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.AbstractStepExecutionImplThe 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 voidproceed(DeploymentFacet<?> facet, HostRecord newRecord)booleanstart()voidstop(Throwable cause)-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
inject, onResume
-
-
-
-
Method Detail
-
start
public boolean start() throws Exception- Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.StepExecution- Throws:
Exception
-
stop
public void stop(Throwable cause) throws Exception
- Overrides:
stopin classorg.jenkinsci.plugins.workflow.steps.StepExecution- Throws:
Exception
-
proceed
public void proceed(DeploymentFacet<?> facet, HostRecord newRecord)
-
-