Uses of Interface
com.atlassian.bamboo.plan.StageIdentifier
Packages that use StageIdentifier
Package
Description
-
Uses of StageIdentifier in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return StageIdentifierModifier and TypeMethodDescription@Nullable StageIdentifier
PlanResultsAction.getStageToContinue()
ViewBuildResults.getStageToRestart()
-
Uses of StageIdentifier in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return StageIdentifierModifier and TypeMethodDescriptionstatic StageIdentifier
ContinuableStageHelper.getStageToContinue
(ChainResultsSummary chainResultSummary) static StageIdentifier
ContinuableStageHelper.getStageToRestart
(ChainResultsSummary chainResultSummary) -
Uses of StageIdentifier in com.atlassian.bamboo.plan
Classes in com.atlassian.bamboo.plan that implement StageIdentifierMethods in com.atlassian.bamboo.plan that return StageIdentifierModifier 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
Methods in com.atlassian.bamboo.resultsummary.variables with parameters of type StageIdentifierModifier 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
Methods in com.atlassian.bamboo.ww2.actions.chains that return StageIdentifier