@Deprecated public class ChainStagePropagatingFacade extends Object
Constructor and Description |
---|
ChainStagePropagatingFacade(ChainBranchManager chainBranchManager,
ChainStage masterStage)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Collection<Chain> |
getChainAndBranches()
Deprecated.
|
String |
getDescription()
Deprecated.
|
String |
getName()
Deprecated.
|
Collection<ChainStage> |
getStageAndBranches()
Deprecated.
|
ChainStage |
getStageForChain(Chain chain)
Deprecated.
|
boolean |
isFinal()
Deprecated.
|
boolean |
isManual()
Deprecated.
|
void |
savePlan(PlanManager planManager)
Deprecated.
|
void |
setDescription(String description)
Deprecated.
|
void |
setFinal(boolean value)
Deprecated.
|
void |
setManual(boolean value)
Deprecated.
|
void |
setName(String stageName)
Deprecated.
|
public ChainStagePropagatingFacade(@NotNull ChainBranchManager chainBranchManager, @NotNull ChainStage masterStage)
@NotNull public String getName()
@Nullable public String getDescription()
public boolean isManual()
public boolean isFinal()
public void setName(@NotNull String stageName)
public void setDescription(@NotNull String description)
public void setManual(boolean value)
public void setFinal(boolean value)
public void savePlan(@NotNull PlanManager planManager)
@NotNull public Collection<Chain> getChainAndBranches()
@NotNull public Collection<ChainStage> getStageAndBranches()
@NotNull public ChainStage getStageForChain(@NotNull Chain chain)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.