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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WaitForBuildStepExecution(WaitForBuildStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
start()
void
stop(Throwable cause)
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
inject, onResume
-
-
-
-
Constructor Detail
-
WaitForBuildStepExecution
public WaitForBuildStepExecution(WaitForBuildStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-