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
    Constructor
    Description
     
  • Method Summary

    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)
     

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback

    wrap

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • onStart

      public void onStart(org.jenkinsci.plugins.workflow.steps.StepContext context)
      Overrides:
      onStart in class org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
    • onSuccess

      public void onSuccess(org.jenkinsci.plugins.workflow.steps.StepContext context, Object result)
      Specified by:
      onSuccess in class org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
    • onFailure

      public void onFailure(org.jenkinsci.plugins.workflow.steps.StepContext context, Throwable t)
      Specified by:
      onFailure in class org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback