public class ImmutableChainStageImpl extends Object implements ImmutableChainStage
| Constructor and Description |
|---|
ImmutableChainStageImpl(ImmutableChain chain,
ChainStage mutableStage,
ImmutablePlanManager immutablePlanManager) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableChain |
getChain()
Gets the
Chain that the stage belongs to |
String |
getDescription()
Get the Stage Description
|
long |
getId() |
Set<ImmutableJob> |
getJobs()
Gets the
ImmutableJobs associated with this Stage, excluding the ones marked for deletion |
ImmutableChainStage |
getMaster() |
String |
getName()
Get the Stage Name
|
BambooEntityOid |
getOid()
OID assigned to this object.
|
boolean |
hasMaster() |
boolean |
isFinal() |
boolean |
isManual() |
boolean |
isMarkedForDeletion() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityTypepublic ImmutableChainStageImpl(@NotNull
ImmutableChain chain,
@NotNull
ChainStage mutableStage,
@NotNull
ImmutablePlanManager immutablePlanManager)
@NotNull public String getName()
ImmutableChainStagegetName in interface ImmutableChainStagegetName in interface DescriptionProvidergetName in interface NameProviderpublic String getDescription()
ImmutableChainStagegetDescription in interface ImmutableChainStagegetDescription in interface DescriptionProviderpublic boolean isManual()
isManual in interface ImmutableChainStagepublic boolean isFinal()
isFinal in interface ImmutableChainStage@NotNull public ImmutableChain getChain()
ImmutableChainStageChain that the stage belongs togetChain in interface ImmutableChainStage@NotNull public Set<ImmutableJob> getJobs()
ImmutableChainStageImmutableJobs associated with this Stage, excluding the ones marked for deletiongetJobs in interface ImmutableChainStagepublic ImmutableChainStage getMaster()
getMaster in interface ImmutableChainStagepublic boolean hasMaster()
hasMaster in interface ImmutableChainStagepublic boolean isMarkedForDeletion()
isMarkedForDeletion in interface ImmutableDeletablepublic long getId()
getId in interface BambooIdProviderpublic BambooEntityOid getOid()
ImmutableEntityWithOidBambooEntityOid.getEntityType() should be the same as this object's
ImmutableEntityWithOid.getEntityType().getOid in interface ImmutableEntityWithOidCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.