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 String
getDescription()
Deprecated.@NotNull String
getName()
Deprecated.@NotNull Collection<ChainStage>
getStageAndBranches()
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
setName(@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.
-
-