Package com.chutneytesting.action.spi
package com.chutneytesting.action.spi
-
ClassDescriptionMarking interface for an executable
Action.
A action implementation will be instantiated for each execution, so that no state will be kept from one execution to another.Result of aActionexecution.
Can be either:ActionExecutionResult.Status.Successwith outputs (key / value)ActionExecutionResult.Status.FailurePut this annotation on static method of class register in META-INF/extension/chutney.functions Method will be available in SpEL expression, reference by value of annotation, or default to methodName