Package de.taimos.pipeline.aws.ecr
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
ConstructorDescriptionExecution
(org.jenkinsci.plugins.workflow.steps.StepContext context, ECRDeleteImagesStep step) -
Method Summary
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
-
Constructor Details
-
Execution
public Execution(@Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context, ECRDeleteImagesStep step)
-
-
Method Details