Class WaitForCustomBuildPropertiesStep.Execution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.custombuildproperties.WaitForCustomBuildPropertiesStep.Execution
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WaitForCustomBuildPropertiesStep
public static final class WaitForCustomBuildPropertiesStep.Execution
extends org.jenkinsci.plugins.workflow.steps.StepExecution
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecution
(WaitForCustomBuildPropertiesStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded
-
Constructor Details
-
Execution
public Execution(WaitForCustomBuildPropertiesStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details
-
start
public boolean start()- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
-
onResume
public void onResume()- Overrides:
onResume
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
-
stop
- Overrides:
stop
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
-