|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlanExecutionConfig
Used to control plan execution taking care of manual stages and plan restart
Nested Class Summary | |
---|---|
static class |
PlanExecutionConfig.PlanExecutionType
Type of repeated plan execution |
Method Summary | |
---|---|
PlanExecutionConfig |
build()
|
PlanExecutionConfig.PlanExecutionType |
getPlanExecutionType()
type of resumed plan execution |
PlanResultKey |
getResultToRerun()
PlanResultKey of build to start again |
java.util.Set<ImmutableChainStage> |
getStagesToExecute()
|
StageIdentifier |
getStartStage()
Stage where plan execution should be resumed |
boolean |
isGoingToStopAtManualStage()
true if the first stage not scheduled for execution was manual |
boolean |
isScheduledForExecution(java.lang.String name)
|
PlanExecutionConfig |
setChain(ImmutableChain chain)
|
PlanExecutionConfig |
setChainResultSummary(ChainResultsSummary chainResultsSummary)
|
PlanExecutionConfig |
setExecuteAllStages()
|
PlanExecutionConfig |
setLatestManualStageForAutomaticExecution(java.lang.String latestManualStageForAutomaticExecution)
|
Method Detail |
---|
PlanExecutionConfig setChain(ImmutableChain chain)
PlanExecutionConfig setChainResultSummary(ChainResultsSummary chainResultsSummary)
PlanExecutionConfig setLatestManualStageForAutomaticExecution(@Nullable java.lang.String latestManualStageForAutomaticExecution)
PlanExecutionConfig setExecuteAllStages()
@NotNull PlanExecutionConfig build()
boolean isScheduledForExecution(java.lang.String name)
@NotNull PlanResultKey getResultToRerun()
PlanResultKey
of build to start again
@Nullable StageIdentifier getStartStage()
java.util.Set<ImmutableChainStage> getStagesToExecute()
PlanExecutionConfig.PlanExecutionType getPlanExecutionType()
boolean isGoingToStopAtManualStage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |