Class ThrottleStepExecution

  • All Implemented Interfaces:
    Serializable

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

      • ThrottleStepExecution

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

      • 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