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 Summary
ConstructorsConstructorDescriptionThrottleStepExecution
(ThrottleStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded, onResume
-
Constructor Details
-
ThrottleStepExecution
public ThrottleStepExecution(@NonNull ThrottleStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details