@Internal
public interface PlanExecutionConfig
Modifier and Type | Interface and Description |
---|---|
static class |
PlanExecutionConfig.PlanExecutionType
Type of repeated plan execution
|
PlanExecutionConfig setChain(ImmutableChain chain)
PlanExecutionConfig setChainResultSummary(ChainResultsSummary chainResultsSummary)
PlanExecutionConfig setLatestManualStageForAutomaticExecution(@Nullable String latestManualStageForAutomaticExecution)
PlanExecutionConfig setExecuteAllStages()
@NotNull PlanExecutionConfig build()
boolean isScheduledForExecution(String name)
@NotNull PlanResultKey getResultToRerun()
PlanResultKey
of build to start again@Nullable StageIdentifier getStartStage()
Set<ImmutableChainStage> getStagesToExecute()
PlanExecutionConfig.PlanExecutionType getPlanExecutionType()
boolean isGoingToStopAtManualStage()
boolean isStageToStopFinal()
boolean isBranchMergePushOverride()
boolean isContinueFromFailed()
void setBranchMergePushOverride(boolean branchMergePushOverride)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.