Package com.atlassian.bamboo.plan.branch
Class ChainStagePropagatingFacade
java.lang.Object
com.atlassian.bamboo.plan.branch.ChainStagePropagatingFacade
Deprecated.
since 6.9 without replacement. Just perform the operation directly.
As of Bamboo 6.9 this class doesn't do any propagation as there's no need to.
-
Constructor Summary
ConstructorDescriptionChainStagePropagatingFacade
(@NotNull ChainBranchManager chainBranchManager, @NotNull ChainStage masterStage) Deprecated. -
Method Summary
Modifier and TypeMethodDescription@NotNull Collection<Chain>
Deprecated.@Nullable String
Deprecated.@NotNull String
getName()
Deprecated.@NotNull Collection<ChainStage>
Deprecated.@NotNull ChainStage
getStageForChain
(@NotNull Chain chain) Deprecated.boolean
isFinal()
Deprecated.boolean
isManual()
Deprecated.void
savePlan
(@NotNull PlanManager planManager) Deprecated.void
setDescription
(@NotNull String description) Deprecated.void
setFinal
(boolean value) Deprecated.void
setManual
(boolean value) Deprecated.void
Deprecated.
-
Constructor Details
-
ChainStagePropagatingFacade
public ChainStagePropagatingFacade(@NotNull @NotNull ChainBranchManager chainBranchManager, @NotNull @NotNull ChainStage masterStage) Deprecated.
-
-
Method Details
-
getName
Deprecated. -
getDescription
Deprecated. -
isManual
public boolean isManual()Deprecated. -
isFinal
public boolean isFinal()Deprecated. -
setName
Deprecated. -
setDescription
Deprecated. -
setManual
public void setManual(boolean value) Deprecated. -
setFinal
public void setFinal(boolean value) Deprecated. -
savePlan
Deprecated. -
getChainAndBranches
Deprecated. -
getStageAndBranches
Deprecated. -
getStageForChain
Deprecated.
-