Package com.saucelabs.jenkins.pipeline
Class SauceConnectStep.SauceConnectStepExecution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- com.saucelabs.jenkins.pipeline.SauceConnectStep.SauceConnectStepExecution
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SauceConnectStep
public static class SauceConnectStep.SauceConnectStepExecution extends org.jenkinsci.plugins.workflow.steps.StepExecution
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SauceConnectStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, String globalOptions, String options, String optionsSC5, boolean useGeneratedTunnelIdentifier, boolean verboseLogging, String sauceConnectPath, boolean useLatestSauceConnect, ProxyConfiguration proxy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
start()
void
stop(Throwable cause)
-
-
-
Constructor Detail
-
SauceConnectStepExecution
public SauceConnectStepExecution(@NonNull org.jenkinsci.plugins.workflow.steps.StepContext context, String globalOptions, String options, String optionsSC5, boolean useGeneratedTunnelIdentifier, boolean verboseLogging, String sauceConnectPath, boolean useLatestSauceConnect, ProxyConfiguration proxy)
-
-