Package com.chutneytesting.action.spi
-
Interface Summary Interface Description Action Marking interface for an executableAction.
A action implementation will be instantiated for each execution, so that no state will be kept from one execution to another. -
Class Summary Class Description ActionExecutionResult Result of aActionexecution.
Can be either:ActionExecutionResult.Status.Successwith outputs (key / value)ActionExecutionResult.Status.FailureFinallyAction FinallyAction.Builder -
Enum Summary Enum Description ActionExecutionResult.Status -
Annotation Types Summary Annotation Type Description SpelFunction Put 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