Class AwaitDeploymentStepExecution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
-
- org.jenkinsci.plugins.deployment.workflowsteps.AwaitDeploymentStepExecution
-
- All Implemented Interfaces:
Serializable
public class AwaitDeploymentStepExecution extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
The Execution for AwaitDeploymentStep- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AwaitDeploymentStepExecution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
proceed(DeploymentFacet<?> facet, HostRecord newRecord)
boolean
start()
void
stop(Throwable cause)
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
inject, onResume
-
-
-
-
Method Detail
-
start
public boolean start() throws Exception
- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
- Throws:
Exception
-
stop
public void stop(Throwable cause) throws Exception
- Overrides:
stop
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
- Throws:
Exception
-
proceed
public void proceed(DeploymentFacet<?> facet, HostRecord newRecord)
-
-