Package org.citrusframework.container
Interface RepeatOnErrorUntilTrueContainerBuilder<T extends TestActionContainer,B extends TestActionContainerBuilder<T,B>>
- All Superinterfaces:
ActionBuilder<T,,B> IteratingContainerBuilder<T,,B> TestActionBuilder<T>,TestActionContainerBuilder<T,B>
public interface RepeatOnErrorUntilTrueContainerBuilder<T extends TestActionContainer,B extends TestActionContainerBuilder<T,B>>
extends IteratingContainerBuilder<T,B>, TestActionContainerBuilder<T,B>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceNested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptionautoSleep(long autoSleepInMillis) Deprecated.Sets the sleep interval between retries of this action.Adds a condition to this iterate container.until(IteratingConditionExpression condition) Adds a condition expression to this iterate container.Methods inherited from interface org.citrusframework.actions.ActionBuilder
actor, description, nameMethods inherited from interface org.citrusframework.container.IteratingContainerBuilder
condition, condition, index, startsWith, timeoutMethods inherited from interface org.citrusframework.TestActionBuilder
buildMethods inherited from interface org.citrusframework.TestActionContainerBuilder
actions, actions, getActions
-
Method Details
-
until
Adds a condition to this iterate container. -
until
Adds a condition expression to this iterate container. -
autoSleep
Deprecated.useautoSleep(Duration)insteadSets the auto sleep time in between repeats in milliseconds. -
autoSleep
Sets the sleep interval between retries of this action.
-
autoSleep(Duration)instead