Uses of Interface
de.taimos.pipeline.aws.cloudformation.stacksets.SleepStrategy
Packages that use SleepStrategy
-
Uses of SleepStrategy in de.taimos.pipeline.aws
Methods in de.taimos.pipeline.aws with parameters of type SleepStrategyModifier and TypeMethodDescriptionstatic CloudFormationStackSet
AWSUtilFactory.newCFStackSet
(com.amazonaws.services.cloudformation.AmazonCloudFormation client, String stack, TaskListener listener, SleepStrategy sleepStrategy) -
Uses of SleepStrategy in de.taimos.pipeline.aws.cloudformation.stacksets
Fields in de.taimos.pipeline.aws.cloudformation.stacksets declared as SleepStrategyModifier and TypeFieldDescriptionstatic final SleepStrategy
SleepStrategy.EXPONENTIAL_BACKOFF_STRATEGY
Constructors in de.taimos.pipeline.aws.cloudformation.stacksets with parameters of type SleepStrategyModifierConstructorDescriptionCloudFormationStackSet
(com.amazonaws.services.cloudformation.AmazonCloudFormation client, String stackSet, TaskListener listener, SleepStrategy sleepStrategy)