Class S3DeleteStep.Execution

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

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

    Fields
    Modifier and Type
    Field
    Description
    protected static final long
     
    protected S3DeleteStep
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Execution(S3DeleteStep 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
  • Field Details

  • Constructor Details

    • Execution

      public Execution(S3DeleteStep 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
    • stop

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