Class DeleteDeploymentExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Object>
com.vmware.vra.jenkinsplugin.pipeline.DeleteDeploymentExecution
- All Implemented Interfaces:
Serializable
public class DeleteDeploymentExecution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Object>
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DeleteDeploymentExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, DeleteDeploymentStep step)
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
-
Constructor Details
-
DeleteDeploymentExecution
public DeleteDeploymentExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, DeleteDeploymentStep step)
-
-
Method Details