Interface | Description |
---|---|
BaseLogger |
BaseLogger defines a base set of logging methods.
|
ConfiguredStepExecutionItem |
A Step execution item with embedded runtime configuration properties
|
Contextual |
Provides a context
|
ExceptionStatusResult |
ExceptionStatusResult is ...
|
ExecArg.Visitor |
Visitor to visit args
|
ExecutionContext |
ExecutionContext is ...
|
ExecutionListener |
ExecutionListener is ...
|
ExecutionListenerOverride |
ExecutionListenerOverride interface to change ExecutionListener values.
|
ExecutionLogger | |
ExecutionReference | |
ExecutionResult |
ExecutionResult is ...
|
ExecutionService |
ExecutionService provides interface to all dispatcher and command execution services.
|
FailedNodesListener |
FailedNodesListener is ...
|
HandlerExecutionItem |
HandlerExecutionItem is ...
|
HasFailureHandler |
HasFailureHandler interface indicates that an StepExecutionItem is set as a failure handler.
|
HasLoggingFilterConfiguration |
Interface for providing logging plugin configurations
|
HasSourceResult |
HasSourceResult allows chaining of StatusResults
|
StatusResult |
StatusResult is a basic result interface indicating success or failure.
|
StepExecutionItem |
StepExecutionItem is the base interface for any step execution item to be submitted to the ExecutionService
|
Class | Description |
---|---|
BaseExecutionItem |
Created by greg on 5/11/16.
|
BaseExecutionResult |
BaseExecutionResult implements ExecutionResult and provides factory methods for creating success or failure results
|
ExecArg |
Represents a command-line argument, that may need to be quoted/escaped before use, and may contain a list of other
arguments to be quoted.
|
ExecArgList |
A list of commandline arguments, with flags to indicate quoting.
|
ExecArgList.Builder |
Builder class
|
ExecutionContextImpl |
ExecutionContextImpl is ...
|
ExecutionContextImpl.Builder | |
ExecutionListenerBuildLogger |
ExecutionListenerBuildLogger is ...
|
ExecutionListenerOverrideBase |
ExecutionListenerOverrideBase is ...
|
ExecutionServiceFactory |
ExecutionServiceFactory creates ExecutionServices.
|
ExecutionUtils |
ExecutionUtils is ...
|
ServiceThreadBase<T> |
ServiceThreadBase is ...
|
WorkflowExecutionServiceThread |
WorkflowExecutionServiceThread is ...
|
Exception | Description |
---|---|
ExecutionException |
ExecutionException thrown when an error occurs during execution.
|
ExecutionNotFound |