JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.dtolabs.rundeck.core.execution
Interface StepExecutionItem
All Known Subinterfaces:
ConfiguredStepExecutionItem
,
DispatchedScriptExecutionItem
,
ExecCommandExecutionItem
,
HandlerExecutionItem
,
NodeStepExecutionItem
,
ScriptFileCommandExecutionItem
,
ScriptURLCommandExecutionItem
,
WorkflowExecutionItem
All Known Implementing Classes:
ExecCommand
,
ExecCommandBase
,
NodeDispatchedWorkflowExecutionItemImpl
,
ScriptFileCommand
,
ScriptFileCommandBase
,
ScriptURLCommandBase
,
WorkflowExecutionItemImpl
public interface
StepExecutionItem
StepExecutionItem is the base interface for any step execution item to be submitted to the ExecutionService
Method Summary
Methods
Modifier and Type
Method and Description
java.lang.String
getType
()
Method Detail
getType
java.lang.String getType()
Returns:
type of the execution item
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method