Class WhileAction
-
- All Implemented Interfaces:
public class WhileAction extends Action
-
-
Constructor Summary
Constructors Constructor Description WhileAction(BaseActionManager manager, ConfigReader action)
-
Method Summary
Modifier and Type Method Description Condition
getCondition()
Action
getActions()
ActionType
getType()
Action
getFinally()
-
-
Constructor Detail
-
WhileAction
WhileAction(BaseActionManager manager, ConfigReader action)
-
-
Method Detail
-
getCondition
@NonNull() Condition getCondition()
-
getActions
@NonNull() Action getActions()
-
getType
@NonNull() ActionType getType()
-
getFinally
@NonNull() Action getFinally()
-
-
-
-