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
ConstructorsConstructorDescriptionChainStagePropagatingFacade(@NotNull ChainBranchManager chainBranchManager, @NotNull ChainStage masterStage) Deprecated. -
Method Summary
Modifier and TypeMethodDescription@NotNull Collection<Chain> Deprecated.@Nullable StringDeprecated.@NotNull StringgetName()Deprecated.@NotNull Collection<ChainStage> Deprecated.@NotNull ChainStagegetStageForChain(@NotNull Chain chain) Deprecated.booleanisFinal()Deprecated.booleanisManual()Deprecated.voidsavePlan(@NotNull PlanManager planManager) Deprecated.voidsetDescription(@NotNull String description) Deprecated.voidsetFinal(boolean value) Deprecated.voidsetManual(boolean value) Deprecated.voidDeprecated.
-
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.
-