Class SmartRetryStepExecution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
io.jenkins.plugins.smart_retry.step.SmartRetryStepExecution
All Implemented Interfaces:
Serializable

public class SmartRetryStepExecution extends org.jenkinsci.plugins.workflow.steps.StepExecution
See Also:
  • Method Details

    • start

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

      public void onResume()
      Overrides:
      onResume in class org.jenkinsci.plugins.workflow.steps.StepExecution
    • stop

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