|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dtolabs.rundeck.core.execution.workflow.BaseWorkflowStrategy
com.dtolabs.rundeck.core.execution.workflow.NodeFirstWorkflowStrategy
public class NodeFirstWorkflowStrategy
NodeFirstWorkflowStrategy Iterates over the matched nodes first, so that each node executes the full workflow sequentially
Field Summary |
---|
Fields inherited from interface com.dtolabs.rundeck.core.execution.workflow.WorkflowStrategy |
---|
NODE_FIRST, STEP_FIRST |
Constructor Summary | |
---|---|
NodeFirstWorkflowStrategy(Framework framework)
|
Method Summary | |
---|---|
static WorkflowExecutionItem |
createInnerLoopItem(IWorkflow item)
Create workflowExecutionItem suitable for inner loop of node-first strategy |
static WorkflowExecutionItem |
createInnerLoopItem(WorkflowExecutionItem item)
Create workflowExecutionItem suitable for inner loop of node-first strategy |
WorkflowExecutionResult |
executeWorkflowImpl(StepExecutionContext executionContext,
WorkflowExecutionItem item)
|
Methods inherited from class com.dtolabs.rundeck.core.execution.workflow.BaseWorkflowStrategy |
---|
convertFailures, executeWFItem, executeWorkflow, executeWorkflowItemsForNodeSet, executeWorkflowItemsForNodeSet, getWorkflowListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeFirstWorkflowStrategy(Framework framework)
Method Detail |
---|
public WorkflowExecutionResult executeWorkflowImpl(StepExecutionContext executionContext, WorkflowExecutionItem item)
executeWorkflowImpl
in class BaseWorkflowStrategy
public static WorkflowExecutionItem createInnerLoopItem(WorkflowExecutionItem item)
public static WorkflowExecutionItem createInnerLoopItem(IWorkflow item)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |