Package org.citrusframework.container
Interface WaitContainerBuilder.ActionConditionBuilder<T extends TestAction,C extends Condition,B extends WaitContainerBuilder.ActionConditionBuilder<T,C,B>>
- All Superinterfaces:
TestActionBuilder<T>,WaitContainerBuilder.ConditionBuilder<T,C, B>
- Enclosing interface:
- WaitContainerBuilder<T extends TestAction,
B extends TestActionBuilder<T>, C extends Condition>
public static interface WaitContainerBuilder.ActionConditionBuilder<T extends TestAction,C extends Condition,B extends WaitContainerBuilder.ActionConditionBuilder<T,C,B>>
extends WaitContainerBuilder.ConditionBuilder<T,C,B>
-
Nested Class Summary
Nested 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 TypeMethodDescriptionaction(TestAction action) Sets the test action to execute and wait for.action(TestActionBuilder<?> action) Sets the test action to execute and wait for.Methods inherited from interface org.citrusframework.TestActionBuilder
buildMethods inherited from interface org.citrusframework.container.WaitContainerBuilder.ConditionBuilder
getCondition, interval, interval, milliseconds, milliseconds, seconds, time
-
Method Details
-
action
Sets the test action to execute and wait for. -
action
Sets the test action to execute and wait for.
-