com.atlassian.bamboo.plan.branch
Class ChainStagePropagatingFacade
java.lang.Object
com.atlassian.bamboo.plan.branch.ChainStagePropagatingFacade
public class ChainStagePropagatingFacade
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChainStagePropagatingFacade
public ChainStagePropagatingFacade(@NotNull
ChainBranchManager chainBranchManager,
@NotNull
ChainStage masterStage)
getName
@NotNull
public java.lang.String getName()
getDescription
@Nullable
public java.lang.String getDescription()
isManual
public boolean isManual()
setName
public void setName(@NotNull
java.lang.String stageName)
setDescription
public void setDescription(@NotNull
java.lang.String description)
setManual
public void setManual(boolean value)
savePlan
public void savePlan(@NotNull
PlanManager planManager)
getChainAndBranches
@NotNull
public java.util.Collection<Chain> getChainAndBranches()
getStageAndBranches
@NotNull
public java.util.Collection<ChainStage> getStageAndBranches()
getStageForChain
@NotNull
public ChainStage getStageForChain(@NotNull
Chain chain)
Copyright © 2012 Atlassian. All Rights Reserved.