public interface ImmutableChainStage extends DescriptionProvider, ImmutableDeletable, BambooIdProvider
ChainStage. Prefer using thsi interface unless modifying the stage| Modifier and Type | Method and Description |
|---|---|
ImmutableChain |
getChain()
Gets the
Chain that the stage belongs to |
String |
getDescription()
Get the Stage Description
|
Set<? extends ImmutableJob> |
getJobs()
Gets the
ImmutableJobs associated with this Stage, excluding the ones marked for deletion |
ImmutableChainStage |
getMaster() |
String |
getName()
Get the Stage Name
|
boolean |
hasMaster() |
boolean |
isManual() |
isMarkedForDeletiongetId@NotNull String getName()
getName in interface DescriptionProvidergetName in interface NameProvider@Nullable String getDescription()
getDescription in interface DescriptionProviderboolean isManual()
@NotNull ImmutableChain getChain()
Chain that the stage belongs to@NotNull Set<? extends ImmutableJob> getJobs()
ImmutableJobs associated with this Stage, excluding the ones marked for deletion@Nullable ImmutableChainStage getMaster()
boolean hasMaster()
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.