Class WithAWSStep.Execution

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

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

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

    Modifier and Type
    Method
    Description
    boolean
     

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

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

    Methods inherited from class java.lang.Object

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

    • Execution

      public Execution(WithAWSStep step, 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