Class ThrottleStepExecution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
hudson.plugins.throttleconcurrents.pipeline.ThrottleStepExecution
All Implemented Interfaces:
Serializable

public class ThrottleStepExecution extends org.jenkinsci.plugins.workflow.steps.StepExecution
See Also:
  • Constructor Details

    • ThrottleStepExecution

      public ThrottleStepExecution(@NonNull ThrottleStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
  • Method Details

    • getCategories

      @NonNull public List<String> getCategories()
    • start

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

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