Class WaitForBuildStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
org.jenkinsci.plugins.workflow.support.steps.build.WaitForBuildStepExecution
- All Implemented Interfaces:
Serializable
public class WaitForBuildStepExecution
extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
- See Also:
-
Constructor Summary
ConstructorDescriptionWaitForBuildStepExecution
(WaitForBuildStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
inject, onResume
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded
-
Constructor Details
-
WaitForBuildStepExecution
public WaitForBuildStepExecution(WaitForBuildStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details