Uses of Class
hudson.plugins.sauce_ondemand.SeleniumInformation
-
Packages that use SeleniumInformation Package Description hudson.plugins.sauce_ondemand -
-
Uses of SeleniumInformation in hudson.plugins.sauce_ondemand
Methods in hudson.plugins.sauce_ondemand that return SeleniumInformation Modifier and Type Method Description SeleniumInformation
SauceOnDemandBuildWrapper. getSeleniumInformation()
Methods in hudson.plugins.sauce_ondemand with parameters of type SeleniumInformation Modifier and Type Method Description void
SauceOnDemandBuildWrapper. setSeleniumInformation(SeleniumInformation seleniumInformation)
Constructors in hudson.plugins.sauce_ondemand with parameters of type SeleniumInformation Constructor Description SauceOnDemandBuildWrapper(boolean enableSauceConnect, org.jenkins_ci.plugins.run_condition.RunCondition condition, String credentialId, SeleniumInformation seleniumInformation, String seleniumHost, String seleniumPort, String options, String sauceConnectPath, boolean launchSauceConnectOnSlave, boolean verboseLogging, boolean useLatestVersion, boolean useLatestSauceConnect, boolean forceCleanup, List<String> webDriverBrowsers, List<String> appiumBrowsers, String nativeAppPackage, boolean useGeneratedTunnelIdentifier)
Constructs a new instance using data entered on the job configuration screen.
-