Uses of Class
org.citrusframework.container.RepeatOnErrorUntilTrue.Builder
Packages that use RepeatOnErrorUntilTrue.Builder
-
Uses of RepeatOnErrorUntilTrue.Builder in org.citrusframework.container
Methods in org.citrusframework.container that return RepeatOnErrorUntilTrue.BuilderModifier and TypeMethodDescriptionRepeatOnErrorUntilTrue.Builder.autoSleep(long autoSleepInMillis) Deprecated.Sets the sleep interval between retries of this action.RepeatOnErrorUntilTrue.Builder.repeatOnError()Fluent API action building entry method used in Java DSL.Adds a condition to this iterate container.RepeatOnErrorUntilTrue.Builder.until(IteratingConditionExpression condition) Adds a condition expression to this iterate container.Constructors in org.citrusframework.container with parameters of type RepeatOnErrorUntilTrue.BuilderModifierConstructorDescriptionDefault constructor.
autoSleep(Duration)instead