Class ThrottleStep

    • Constructor Detail

      • ThrottleStep

        @DataBoundConstructor
        public ThrottleStep​(@NonNull
                            List<String> categories)
    • Method Detail

      • getCategories

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

        public org.jenkinsci.plugins.workflow.steps.StepExecution start​(org.jenkinsci.plugins.workflow.steps.StepContext context)
                                                                 throws Exception
        Specified by:
        start in class org.jenkinsci.plugins.workflow.steps.Step
        Throws:
        Exception