All Classes and Interfaces
Class
Description
Marking interface for an executable
A action implementation will be instantiated for each execution, so that no state will be kept from one execution to another.
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
Can be either:
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 inputsPut 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