-
useGeneratedTunnelIdentifier
boolean useGeneratedTunnelIdentifier
-
nativeAppPackage
String nativeAppPackage
The path to the native app package to be tested.
-
useChromeForAndroid
boolean useChromeForAndroid
Indicates whether Chrome should be used for Android devices.
-
sauceConnectPath
String sauceConnectPath
The path to an existing Sauce Connect binary.
-
enableSauceConnect
boolean enableSauceConnect
Indicates whether Sauce Connect should be started as part of the build.
-
logParserMap
Map<K,V> logParserMap
Map of log parser instances, keyed on the Jenkins build number.
-
seleniumHost
String seleniumHost
Host location of the selenium server.
-
seleniumPort
String seleniumPort
Port location of the selenium server.
-
credentials
Credentials credentials
The Sauce username/access key that should be used for the build.
-
seleniumInformation
SeleniumInformation seleniumInformation
The browser information that is to be used for the build.
-
webDriverBrowsers
List<E> webDriverBrowsers
The list of selected WebDriver browsers.
-
appiumBrowsers
List<E> appiumBrowsers
The list of selected Appium browsers.
-
useLatestVersion
boolean useLatestVersion
Boolean which indicates whether the latest available version of the browser should be used.
-
launchSauceConnectOnSlave
boolean launchSauceConnectOnSlave
Default behaviour is to launch Sauce Connect on the slave node.
-
options
String options
The Sauce Connect command line options to be used.
-
verboseLogging
boolean verboseLogging
Default verbose logging to true.
-
condition
org.jenkins_ci.plugins.run_condition.RunCondition condition
RunCondition which allows users to define rules which enable Sauce Connect.