Package com.dtolabs.rundeck.core.rules
Interface WorkflowSystem.OperationCompleted<T>
-
- All Known Implementing Classes:
OperationCompleted
- Enclosing interface:
- WorkflowSystem<P>
public static interface WorkflowSystem.OperationCompleted<T>Indicates an operation completed, supplies a new set of state data to update the mutable state with
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIdentity()Identifier for the operationStateObjgetNewState()TgetResult()booleanisSuccess()
-