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 void
onFailure(org.jenkinsci.plugins.workflow.steps.StepContext context, Throwable t)
void
onStart(org.jenkinsci.plugins.workflow.steps.StepContext context)
void
onSuccess(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:
onStart
in classorg.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
-
onSuccess
public void onSuccess(org.jenkinsci.plugins.workflow.steps.StepContext context, Object result)
- Specified by:
onSuccess
in classorg.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
-
onFailure
public void onFailure(org.jenkinsci.plugins.workflow.steps.StepContext context, Throwable t)
- Specified by:
onFailure
in classorg.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
-
-