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 CloudFormationStackSetAWSUtilFactory.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 SleepStrategySleepStrategy.EXPONENTIAL_BACKOFF_STRATEGYConstructors in de.taimos.pipeline.aws.cloudformation.stacksets with parameters of type SleepStrategyModifierConstructorDescriptionCloudFormationStackSet(com.amazonaws.services.cloudformation.AmazonCloudFormation client, String stackSet, TaskListener listener, SleepStrategy sleepStrategy)