Class CFNValidateStep.Execution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
de.taimos.pipeline.aws.cloudformation.CFNValidateStep.Execution
All Implemented Interfaces:
Serializable
Enclosing class:
CFNValidateStep

public static class CFNValidateStep.Execution extends org.jenkinsci.plugins.workflow.steps.StepExecution
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Execution(CFNValidateStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    stop(Throwable cause)
     

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

    applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded, onResume

    Methods inherited from class java.lang.Object

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

    • Execution

      public Execution(CFNValidateStep step, @Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context)
  • Method Details

    • start

      public boolean start() throws Exception
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.StepExecution
      Throws:
      Exception
    • stop

      public void stop(@Nonnull Throwable cause) throws Exception
      Overrides:
      stop in class org.jenkinsci.plugins.workflow.steps.StepExecution
      Throws:
      Exception