@Immutable public class DecoratedStageResult extends Object implements DecoratedNavGroupObject
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<DecoratedResult> |
getBuildResults() |
com.google.common.collect.ImmutableList<? extends DecoratedNavObject> |
getChildren() |
String |
getContinueUrl() |
String |
getDescription()
The desciption of this group
|
String |
getGroupSummary() |
long |
getId() |
String |
getName() |
String |
getPlanKey() |
String |
getRestartUrl() |
DecoratedNavGroupStatus |
getStatus() |
boolean |
isFinal() |
boolean |
isManual() |
boolean |
isRestartable() |
boolean |
isRunnable() |
public long getId()
getId in interface DecoratedNavGroupObject@NotNull public String getName()
getName in interface DecoratedNavGroupObjectpublic String getPlanKey()
public boolean isManual()
public boolean isFinal()
public boolean isRunnable()
public boolean isRestartable()
public String getContinueUrl()
public String getRestartUrl()
@Nullable public com.google.common.collect.ImmutableList<? extends DecoratedNavObject> getChildren()
getChildren in interface DecoratedNavGroupObject@Nullable public DecoratedNavGroupStatus getStatus()
getStatus in interface DecoratedNavGroupObjectpublic String getDescription()
DecoratedNavGroupObjectgetDescription in interface DecoratedNavGroupObjectpublic String getGroupSummary()
getGroupSummary in interface DecoratedNavGroupObjectpublic com.google.common.collect.ImmutableList<DecoratedResult> getBuildResults()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.