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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeploymentStepExecutionCallback(BitbucketDeploymentEnvironment environment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonFailure(org.jenkinsci.plugins.workflow.steps.StepContext context, Throwable t)voidonStart(org.jenkinsci.plugins.workflow.steps.StepContext context)voidonSuccess(org.jenkinsci.plugins.workflow.steps.StepContext context, Object result)
-
-
-
Constructor Detail
-
DeploymentStepExecutionCallback
public DeploymentStepExecutionCallback(BitbucketDeploymentEnvironment environment)
-
-
Method Detail
-
onStart
public void onStart(org.jenkinsci.plugins.workflow.steps.StepContext context)
- Overrides:
onStartin classorg.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
-
onSuccess
public void onSuccess(org.jenkinsci.plugins.workflow.steps.StepContext context, Object result)- Specified by:
onSuccessin classorg.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
-
onFailure
public void onFailure(org.jenkinsci.plugins.workflow.steps.StepContext context, Throwable t)- Specified by:
onFailurein classorg.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
-
-