Class FinalAction
- java.lang.Object
-
- com.chutneytesting.action.context.FinalAction
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionExecutionResultexecute()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.chutneytesting.action.spi.Action
validateInputs
-
-
-
-
Constructor Detail
-
FinalAction
public FinalAction(Logger logger, FinallyActionRegistry finallyActionRegistry, @Input("type") String type, @Input("name") String name, Target target, @Input("inputs") Map<String,Object> inputs, @Input("validations") Map<String,Object> validations, @Input("strategy-type") String strategyType, @Input("strategy-properties") Map<String,Object> strategyProperties)
-
-
Method Detail
-
execute
public ActionExecutionResult execute()
-
-