Class ECRDeleteImagesStep.Execution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<List<com.amazonaws.services.ecr.model.ImageIdentifier>>
de.taimos.pipeline.aws.ecr.ECRDeleteImagesStep.Execution
All Implemented Interfaces:
Serializable
Enclosing class:
ECRDeleteImagesStep

public static class ECRDeleteImagesStep.Execution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<List<com.amazonaws.services.ecr.model.ImageIdentifier>>
See Also:
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    protected List<com.amazonaws.services.ecr.model.ImageIdentifier>
    run()
     

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

    blocksRestart, getStatus, onResume, start, stop

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

    applyAll, applyAll, getContext, getStatusBounded

    Methods inherited from class java.lang.Object

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

    • Execution

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

    • run

      protected List<com.amazonaws.services.ecr.model.ImageIdentifier> run() throws Exception
      Specified by:
      run in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<List<com.amazonaws.services.ecr.model.ImageIdentifier>>
      Throws:
      Exception