Class DeploymentStepExecutionCallback
java.lang.Object
org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepExecutionCallback
- All Implemented Interfaces:
Serializable
public class DeploymentStepExecutionCallback
extends org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback.TailCall -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
wrap
-
Constructor Details
-
DeploymentStepExecutionCallback
-
-
Method Details
-
onStart
public void onStart(org.jenkinsci.plugins.workflow.steps.StepContext context) - Overrides:
onStartin classorg.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
-
onSuccess
- Specified by:
onSuccessin classorg.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
-
onFailure
- Specified by:
onFailurein classorg.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
-