Class WorkflowExecutionItemImpl
- java.lang.Object
-
- com.dtolabs.rundeck.core.execution.BaseExecutionItem
-
- com.dtolabs.rundeck.core.execution.workflow.WorkflowExecutionItemImpl
-
- All Implemented Interfaces:
HasLoggingFilterConfiguration,StepExecutionItem,WorkflowExecutionItem
- Direct Known Subclasses:
NodeDispatchedWorkflowExecutionItemImpl
public class WorkflowExecutionItemImpl extends BaseExecutionItem implements WorkflowExecutionItem
WorkflowExecutionItemImpl is ...
-
-
Field Summary
-
Fields inherited from interface com.dtolabs.rundeck.core.execution.workflow.WorkflowExecutionItem
COMMAND_TYPE_CONDITIONAL, COMMAND_TYPE_NODE_FIRST, COMMAND_TYPE_PARALLEL, COMMAND_TYPE_STEP_FIRST, CONDITIONAL, NODE_FIRST, PARALLEL, STEP_FIRST
-
-
Constructor Summary
Constructors Constructor Description WorkflowExecutionItemImpl(IWorkflow workflow)WorkflowExecutionItemImpl(WorkflowExecutionItem item)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetType()IWorkflowgetWorkflow()Return the workflow definitioninthashCode()java.lang.StringtoString()-
Methods inherited from class com.dtolabs.rundeck.core.execution.BaseExecutionItem
getFilterConfigurations, getLabel, setLabel
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.dtolabs.rundeck.core.execution.StepExecutionItem
getLabel
-
-
-
-
Constructor Detail
-
WorkflowExecutionItemImpl
public WorkflowExecutionItemImpl(IWorkflow workflow)
-
WorkflowExecutionItemImpl
public WorkflowExecutionItemImpl(WorkflowExecutionItem item)
-
-
Method Detail
-
getWorkflow
public IWorkflow getWorkflow()
Description copied from interface:WorkflowExecutionItemReturn the workflow definition- Specified by:
getWorkflowin interfaceWorkflowExecutionItem- Returns:
- workflow
-
getType
public java.lang.String getType()
- Specified by:
getTypein interfaceStepExecutionItem- Returns:
- type of the execution item
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-