blob: 0888e6e145e92a976b9edda130cf992f3a3ca030 [file] [log] [blame]
package com.smartcodeltd.jenkinsci.plugins.buildmonitor_acceptance.scenarios.actions;
import org.jvnet.hudson.test.JenkinsRule;
import org.openqa.selenium.WebDriver;
public interface Action {
void executeUsing(JenkinsRule jenkins, WebDriver browser) throws Exception;
}