Class 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 Detail

      • SauceConnectStepExecution

        public SauceConnectStepExecution​(@NonNull
                                         org.jenkinsci.plugins.workflow.steps.StepContext context,
                                         String globalOptions,
                                         String options,
                                         boolean useGeneratedTunnelIdentifier,
                                         boolean verboseLogging,
                                         String sauceConnectPath,
                                         boolean useLatestSauceConnect,
                                         ProxyConfiguration proxy)
    • Method Detail

      • start

        public boolean start()
                      throws Exception
        Specified by:
        start in class org.jenkinsci.plugins.workflow.steps.StepExecution
        Throws:
        Exception
      • stop

        public void stop​(@NonNull
                         Throwable cause)
                  throws Exception
        Overrides:
        stop in class org.jenkinsci.plugins.workflow.steps.StepExecution
        Throws:
        Exception
      • getSauceTunnelManager

        public static com.saucelabs.ci.sauceconnect.SauceConnectFourManager getSauceTunnelManager()