Class SequentialStrategyProfile
- java.lang.Object
-
- com.dtolabs.rundeck.core.execution.workflow.EngineWorkflowExecutor.BaseProfile
-
- com.dtolabs.rundeck.core.execution.workflow.SequentialStrategyProfile
-
- All Implemented Interfaces:
WorkflowStrategyProfile
public class SequentialStrategyProfile extends EngineWorkflowExecutor.BaseProfile
profile for sequential step execution
-
-
Constructor Summary
Constructors Constructor Description SequentialStrategyProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConditionconditionAfterStep(int stepNum)java.util.Set<Condition>getStartConditionsForStep(WorkflowExecutionItem item, int stepNum, boolean isFirstStep)Get the condition set to trigger the step to start-
Methods inherited from class com.dtolabs.rundeck.core.execution.workflow.EngineWorkflowExecutor.BaseProfile
getInitialStateForStep, getSkipConditionsForStep
-
-
-
-
Method Detail
-
getStartConditionsForStep
public java.util.Set<Condition> getStartConditionsForStep(WorkflowExecutionItem item, int stepNum, boolean isFirstStep)
Description copied from interface:WorkflowStrategyProfileGet the condition set to trigger the step to start- Parameters:
item- stepstepNum- step numberisFirstStep- true if it is the first step in the workflow- Returns:
- start conditions for the step
-
conditionAfterStep
public Condition conditionAfterStep(int stepNum)
-
-