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 Details

    • ChainStagePropagatingFacade

      public ChainStagePropagatingFacade(@NotNull @NotNull ChainBranchManager chainBranchManager, @NotNull @NotNull ChainStage masterStage)
      Deprecated.
  • Method Details

    • 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.