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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Execution(WaitForCustomBuildPropertiesStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onResume()
boolean
start()
void
stop(Throwable cause)
-
-
-
Constructor Detail
-
Execution
public Execution(WaitForCustomBuildPropertiesStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Detail
-
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
public void stop(@NonNull Throwable cause)
- Overrides:
stop
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
-
-