Class SauceStep.Execution

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    SauceStep

    public static class SauceStep.Execution
    extends org.jenkinsci.plugins.workflow.steps.StepExecution
    See Also:
    Serialized Form
    • Constructor Detail

      • Execution

        public Execution​(@NonNull
                         org.jenkinsci.plugins.workflow.steps.StepContext context,
                         String credentialsId)
    • 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