Uses of Interface
com.atlassian.bamboo.plan.StageIdentifier
Package
Description
-
Uses of StageIdentifier in com.atlassian.bamboo.build
Modifier and TypeMethodDescription@Nullable StageIdentifier
PlanResultsAction.getStageToContinue()
ViewBuildResults.getStageToRestart()
-
Uses of StageIdentifier in com.atlassian.bamboo.chains
Modifier and TypeMethodDescriptionstatic StageIdentifier
ContinuableStageHelper.getStageToContinue
(ChainResultsSummary chainResultSummary) static StageIdentifier
ContinuableStageHelper.getStageToRestart
(ChainResultsSummary chainResultSummary) -
Uses of StageIdentifier in com.atlassian.bamboo.plan
Modifier and TypeMethodDescription@Nullable StageIdentifier
PlanExecutionConfig.getStartStage()
Stage where plan execution should be resumed@NotNull StageIdentifier
PlanExecutionConfigImpl.getStartStage()
-
Uses of StageIdentifier in com.atlassian.bamboo.resultsummary.variables
Modifier and TypeMethodDescription@NotNull Map<String,
VariableDefinitionContext> ResultsSummaryVariableAccessor.calculateCurrentVariablesState
(@NotNull PlanResultKey chainResultKey, StageIdentifier startingStage) Get state of variables at point when execution of the build stopped.@NotNull Map<String,
VariableDefinitionContext> ResultsSummaryVariableAccessorImpl.calculateCurrentVariablesState
(@NotNull PlanResultKey chainResultKey, StageIdentifier startingStage) -
Uses of StageIdentifier in com.atlassian.bamboo.ww2.actions.chains