Package com.xebialabs.restito.semantics
Class ActionSequence
java.lang.Object
com.xebialabs.restito.semantics.ActionSequence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionSequence
sequence
(Applicable... actions) Creates a sequence action which contains all passed actions and executes one by one of them in the same order ifAction.apply(Response)
is repeated.int
size()
-
Constructor Details
-
ActionSequence
-
-
Method Details
-
size
public int size() -
sequence
Creates a sequence action which contains all passed actions and executes one by one of them in the same order ifAction.apply(Response)
is repeated.- Parameters:
actions
- queue of actions to be used one by one whenAction.apply(Response)
invoked.
-
getActions
-