Package com.chutneytesting.task.spi
-
Interface Summary Interface Description Task Marking interface for an executableTask.
A task implementation will be instantiated for each execution, so that no state will be kept from one execution to another. -
Class Summary Class Description FinallyAction FinallyAction.Builder TaskExecutionResult Result of aTaskexecution.
Can be either:TaskExecutionResult.Status.Successwith outputs (key / value)TaskExecutionResult.Status.Failure -
Enum Summary Enum Description TaskExecutionResult.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