Class DeploymentStepExecutionCallback

  • All Implemented Interfaces:
    Serializable

    public class DeploymentStepExecutionCallback
    extends org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
    See Also:
    Serialized Form
    • Method Detail

      • 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