Package com.dtolabs.rundeck.core.execution

Interface Summary
BaseLogger BaseLogger defines a base set of logging methods.
ConfiguredStepExecutionItem A Step execution item with embedded runtime configuration properties
ContextLoggerExecutionListener ContextLoggerExecutionListener provides a method for getting a map of logging context information.
Contextual Provides a context
DispatchedScriptExecutionItem DispatchedScriptExecutionItem is ...
ExceptionStatusResult ExceptionStatusResult is ...
ExecArg.Visitor Visitor to visit args
ExecutionContext ExecutionContext is ...
ExecutionListener ExecutionListener is ...
ExecutionListenerOverride ExecutionListenerOverride interface to change ExecutionListener values.
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.
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 Summary
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 ServiceThreadBase is ...
WorkflowExecutionServiceThread WorkflowExecutionServiceThread is ...
 

Exception Summary
ExecutionException ExecutionException thrown when an error occurs during execution.