All Classes and Interfaces

Class
Description
Marking 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 a Action execution.
Can be either: ActionExecutionResult.Status.Success with outputs (key / value) ActionExecutionResult.Status.Failure
 
 
 
Expected duration format: "floating_positive_number [duration_unit]" where floating_positive_number : the duration value (ex.: 10) time_unit : the duration unit.
 
 
 
 
Registry to declare at execution-time a FinallyAction.
Mark a Action constructor parameter as retrieved from Step inputs
 
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
 
 
Fluent validator