Class CFNUpdateStackSetStep.Execution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<com.amazonaws.services.cloudformation.model.DescribeStackSetResult>
de.taimos.pipeline.aws.cloudformation.stacksets.CFNUpdateStackSetStep.Execution
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CFNUpdateStackSetStep
public static class CFNUpdateStackSetStep.Execution
extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<com.amazonaws.services.cloudformation.model.DescribeStackSetResult>
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
Execution
(CFNUpdateStackSetStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected CloudFormationStackSet
getStep()
com.amazonaws.services.cloudformation.model.DescribeStackSetResult
run()
com.amazonaws.services.cloudformation.model.DescribeStackSetResult
whenStackSetExists
(Collection<com.amazonaws.services.cloudformation.model.Parameter> parameters, Collection<com.amazonaws.services.cloudformation.model.Tag> tags) com.amazonaws.services.cloudformation.model.DescribeStackSetResult
whenStackSetMissing
(Collection<com.amazonaws.services.cloudformation.model.Parameter> parameters, Collection<com.amazonaws.services.cloudformation.model.Tag> tags) 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
protected Execution(CFNUpdateStackSetStep step, @Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details
-
checkPreconditions
public void checkPreconditions() -
getThreadName
-
whenStackSetExists
public com.amazonaws.services.cloudformation.model.DescribeStackSetResult whenStackSetExists(Collection<com.amazonaws.services.cloudformation.model.Parameter> parameters, Collection<com.amazonaws.services.cloudformation.model.Tag> tags) throws Exception - Throws:
Exception
-
whenStackSetMissing
public com.amazonaws.services.cloudformation.model.DescribeStackSetResult whenStackSetMissing(Collection<com.amazonaws.services.cloudformation.model.Parameter> parameters, Collection<com.amazonaws.services.cloudformation.model.Tag> tags) throws Exception - Throws:
Exception
-
run
- Specified by:
run
in classorg.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<com.amazonaws.services.cloudformation.model.DescribeStackSetResult>
- Throws:
Exception
-
getCfnStackSet
-
getStep
-
getListener
-
getEnvVars
-
getWorkspace
-