Interface NodeStepExecutionItem
-
- All Superinterfaces:
StepExecutionItem
- All Known Subinterfaces:
ExecCommandExecutionItem,JobExecutionItem,ScriptFileCommandExecutionItem
- All Known Implementing Classes:
ExecCommand,ExecCommandBase,JobRefCommand,JobRefCommandBase,JobReferenceItem,NodeDispatchedWorkflowExecutionItemImpl,ScriptFileCommand
public interface NodeStepExecutionItem extends StepExecutionItem
NodeStepExecutionItem represents an item to execute as a node step and provides a type.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.StringgetNodeStepType()default booleanisNodeStep()static booleanisNodeStep(StepExecutionItem item)-
Methods inherited from interface com.dtolabs.rundeck.core.execution.StepExecutionItem
getLabel, getType
-
-
-
-
Method Detail
-
getNodeStepType
java.lang.String getNodeStepType()
- Returns:
- the type name of the StepExecution provider to use.
-
isNodeStep
default boolean isNodeStep()
- Returns:
- true if the step item is a node step
-
isNodeStep
static boolean isNodeStep(StepExecutionItem item)
-
-