@Immutable public class DecoratedStage extends Object implements DecoratedNavGroupObject
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<? extends DecoratedNavObject> |
getChildren() |
String |
getDescription()
The desciption of this group
|
String |
getGroupSummary() |
long |
getId() |
List<DecoratedPlan> |
getJobs() |
DecoratedPlan |
getJobWithKey(PlanKey planKey)
Get the job with the given key, returns null if no such job is found.
|
String |
getName() |
String |
getPlanKey() |
DecoratedNavGroupStatus |
getStatus() |
boolean |
isFinal() |
boolean |
isManual() |
public long getId()
getId in interface DecoratedNavGroupObject@NotNull public String getName()
getName in interface DecoratedNavGroupObject@Nullable public com.google.common.collect.ImmutableList<? extends DecoratedNavObject> getChildren()
getChildren in interface DecoratedNavGroupObject@Nullable public DecoratedNavGroupStatus getStatus()
getStatus in interface DecoratedNavGroupObjectpublic String getGroupSummary()
getGroupSummary in interface DecoratedNavGroupObjectpublic String getDescription()
DecoratedNavGroupObjectgetDescription in interface DecoratedNavGroupObjectpublic String getPlanKey()
public boolean isManual()
public boolean isFinal()
public List<DecoratedPlan> getJobs()
@Nullable public DecoratedPlan getJobWithKey(@NotNull PlanKey planKey)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.