|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImmutableChainStage
An immutable version of ChainStage
. Prefer using thsi interface unless modifying the stage
Method Summary | |
---|---|
ImmutableChain |
getChain()
Gets the Chain that the stage belongs to |
java.lang.String |
getDescription()
Get the Stage Description |
java.util.Set<? extends ImmutableJob> |
getJobs()
Gets the ImmutableJob s associated with this Stage, excluding the ones marked for deletion |
ImmutableChainStage |
getMaster()
|
java.lang.String |
getName()
Get the Stage Name |
boolean |
hasMaster()
|
boolean |
isManual()
|
Methods inherited from interface com.atlassian.bamboo.plan.cache.ImmutableDeletable |
---|
isMarkedForDeletion |
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider |
---|
getId |
Method Detail |
---|
@NotNull java.lang.String getName()
getName
in interface DescriptionProvider
getName
in interface NameProvider
@Nullable java.lang.String getDescription()
getDescription
in interface DescriptionProvider
boolean isManual()
@NotNull ImmutableChain getChain()
Chain
that the stage belongs to
@NotNull java.util.Set<? extends ImmutableJob> getJobs()
ImmutableJob
s associated with this Stage, excluding the ones marked for deletion
@Nullable ImmutableChainStage getMaster()
boolean hasMaster()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |