Serialized Form
-
Package com.saucelabs.jenkins.pipeline
-
Class com.saucelabs.jenkins.pipeline.SauceConnectStep.SauceConnectStepExecution extends org.jenkinsci.plugins.workflow.steps.StepExecution implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
body
org.jenkinsci.plugins.workflow.steps.BodyExecution body
-
globalOptions
String globalOptions
-
options
String options
-
proxy
ProxyConfiguration proxy
-
sauceConnectPath
String sauceConnectPath
-
useGeneratedTunnelIdentifier
boolean useGeneratedTunnelIdentifier
-
useLatestSauceConnect
boolean useLatestSauceConnect
-
verboseLogging
boolean verboseLogging
-
-
Class com.saucelabs.jenkins.pipeline.SauceStep.Execution extends org.jenkinsci.plugins.workflow.steps.StepExecution implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
body
org.jenkinsci.plugins.workflow.steps.BodyExecution body
-
credentialsId
String credentialsId
-
-
-
Package hudson.plugins.sauce_ondemand
-
Class hudson.plugins.sauce_ondemand.JenkinsBuildInformation extends com.saucelabs.ci.BuildInformation implements Serializable
-
Class hudson.plugins.sauce_ondemand.JenkinsJobInformation extends com.saucelabs.ci.JobInformation implements Serializable
-
Class hudson.plugins.sauce_ondemand.JenkinsSauceREST extends com.saucelabs.saucerest.SauceREST implements Serializable
-
Serialized Fields
-
server
String server
-
-
-
Class hudson.plugins.sauce_ondemand.SauceOnDemandBuildAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
-
Serialized Fields
-
accessKey
String accessKey
Deprecated. -
buildInformation
JenkinsBuildInformation buildInformation
-
credentialsId
String credentialsId
-
jobInformation
List<JenkinsJobInformation> jobInformation
-
restEndpoint
String restEndpoint
-
username
String username
Deprecated.
-
-
Class hudson.plugins.sauce_ondemand.SauceOnDemandBuildWrapper extends BuildWrapper implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
appiumBrowsers
List<String> appiumBrowsers
The list of selected Appium browsers. -
condition
org.jenkins_ci.plugins.run_condition.RunCondition condition
RunCondition which allows users to define rules which enable Sauce Connect. -
credentialId
String credentialId
- See Also:
CredentialsProvider
-
enableSauceConnect
boolean enableSauceConnect
Indicates whether Sauce Connect should be started as part of the build. -
forceCleanup
boolean forceCleanup
Boolean which indicates whether to force cleanup for jobs/tunnels instead of waiting for timeout -
launchSauceConnectOnSlave
boolean launchSauceConnectOnSlave
Default behaviour is to launch Sauce Connect on the slave node. -
nativeAppPackage
String nativeAppPackage
The path to the native app package to be tested. -
options
String options
The Sauce Connect command line options to be used. -
sauceConnectPath
String sauceConnectPath
The path to an existing Sauce Connect binary. -
seleniumHost
String seleniumHost
Host location of the selenium server. -
seleniumInformation
SeleniumInformation seleniumInformation
The browser information that is to be used for the build. -
seleniumPort
String seleniumPort
Port location of the selenium server. -
useChromeForAndroid
boolean useChromeForAndroid
Indicates whether Chrome should be used for Android devices. -
useGeneratedTunnelIdentifier
boolean useGeneratedTunnelIdentifier
-
useLatestSauceConnect
boolean useLatestSauceConnect
Boolean which indicates whether the latest available version of Sauce Connect should be used. -
useLatestVersion
boolean useLatestVersion
Boolean which indicates whether the latest available version of the browser should be used. -
verboseLogging
boolean verboseLogging
Default verbose logging to true. -
webDriverBrowsers
List<String> webDriverBrowsers
The list of selected WebDriver browsers.
-
-
Class hudson.plugins.sauce_ondemand.SauceOnDemandBuildWrapper.GetAvailablePort extends MasterToSlaveCallable<Integer,RuntimeException> implements Serializable
- serialVersionUID:
- 1L
-
Class hudson.plugins.sauce_ondemand.SauceParameterDefinition extends ParameterDefinition implements Serializable
-
Class hudson.plugins.sauce_ondemand.SauceParameterValue extends ParameterValue implements Serializable
-
Serialized Fields
-
selectedBrowsersString
String selectedBrowsersString
-
-
-
Class hudson.plugins.sauce_ondemand.SeleniumInformation extends Object implements Serializable
-
-
Package hudson.plugins.sauce_ondemand.credentials
-
Class hudson.plugins.sauce_ondemand.credentials.SauceCredentials extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements Serializable
-
Serialized Fields
-
apiKey
Secret apiKey
The Password/apikey -
restEndpoint
String restEndpoint
The data center endpoint -
shortLivedConfig
SauceCredentials.ShortLivedConfig shortLivedConfig
-
username
String username
The username.
-
-
-
Class hudson.plugins.sauce_ondemand.credentials.SauceCredentials.ShortLivedConfig extends AbstractDescribableImpl<SauceCredentials.ShortLivedConfig> implements Serializable
-
Serialized Fields
-
time
Integer time
-
-
-