Package com.atlassian.bamboo.plan.branch
Class ChainStagePropagatingFacade
- java.lang.Object
-
- com.atlassian.bamboo.plan.branch.ChainStagePropagatingFacade
-
@Deprecated public class ChainStagePropagatingFacade extends Object
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
Constructors Constructor Description ChainStagePropagatingFacade(@NotNull ChainBranchManager chainBranchManager, @NotNull ChainStage masterStage)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description @NotNull Collection<Chain>getChainAndBranches()Deprecated.@Nullable StringgetDescription()Deprecated.@NotNull StringgetName()Deprecated.@NotNull Collection<ChainStage>getStageAndBranches()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.voidsetName(@NotNull String stageName)Deprecated.
-
-
-
Constructor Detail
-
ChainStagePropagatingFacade
public ChainStagePropagatingFacade(@NotNull @NotNull ChainBranchManager chainBranchManager, @NotNull @NotNull ChainStage masterStage)Deprecated.
-
-
Method Detail
-
getName
@NotNull public @NotNull String getName()
Deprecated.
-
getDescription
@Nullable public @Nullable String getDescription()
Deprecated.
-
isManual
public boolean isManual()
Deprecated.
-
isFinal
public boolean isFinal()
Deprecated.
-
setName
public void setName(@NotNull @NotNull String stageName)Deprecated.
-
setDescription
public void setDescription(@NotNull @NotNull String description)Deprecated.
-
setManual
public void setManual(boolean value)
Deprecated.
-
setFinal
public void setFinal(boolean value)
Deprecated.
-
savePlan
public void savePlan(@NotNull @NotNull PlanManager planManager)Deprecated.
-
getChainAndBranches
@NotNull public @NotNull Collection<Chain> getChainAndBranches()
Deprecated.
-
getStageAndBranches
@NotNull public @NotNull Collection<ChainStage> getStageAndBranches()
Deprecated.
-
getStageForChain
@NotNull public @NotNull ChainStage getStageForChain(@NotNull @NotNull Chain chain)
Deprecated.
-
-