Class SmartRetryStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
io.jenkins.plugins.smart_retry.step.SmartRetryStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public class SmartRetryStep extends org.jenkinsci.plugins.workflow.steps.Step
  • Constructor Details

    • SmartRetryStep

      @DataBoundConstructor public SmartRetryStep()
  • Method Details

    • start

      public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.Step
    • getProfile

      public String getProfile()
    • setProfile

      @DataBoundSetter public void setProfile(String profile)
    • getMaxRetries

      public Integer getMaxRetries()
    • setMaxRetries

      @DataBoundSetter public void setMaxRetries(Integer maxRetries)
    • getBackoff

      public String getBackoff()
    • setBackoff

      @DataBoundSetter public void setBackoff(String backoff)
    • getInitialDelaySeconds

      public Integer getInitialDelaySeconds()
    • setInitialDelaySeconds

      @DataBoundSetter public void setInitialDelaySeconds(Integer initialDelaySeconds)