com.atlassian.bamboo.ww2.beans
Class DecoratedStageResult
java.lang.Object
com.atlassian.bamboo.ww2.beans.DecoratedStageResult
- All Implemented Interfaces:
- DecoratedNavGroupObject
@Immutable
public class DecoratedStageResult
- extends java.lang.Object
- implements DecoratedNavGroupObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getId
public long getId()
- Specified by:
getId
in interface DecoratedNavGroupObject
- Returns:
- object id
getName
@NotNull
public java.lang.String getName()
- Specified by:
getName
in interface DecoratedNavGroupObject
- Returns:
- display name
getChildren
@Nullable
public com.google.common.collect.ImmutableList<? extends DecoratedNavObject> getChildren()
- Specified by:
getChildren
in interface DecoratedNavGroupObject
- Returns:
- children grouped under this group, sorted by display name.
getStatus
@Nullable
public DecoratedNavGroupStatus getStatus()
- Specified by:
getStatus
in interface DecoratedNavGroupObject
- Returns:
- status of this group if applicable
getDescription
public java.lang.String getDescription()
- Description copied from interface:
DecoratedNavGroupObject
- The desciption of this group
- Specified by:
getDescription
in interface DecoratedNavGroupObject
- Returns:
getGroupSummary
public java.lang.String getGroupSummary()
- Specified by:
getGroupSummary
in interface DecoratedNavGroupObject
- Returns:
- a short summary of whats in this group
getBuildResults
public com.google.common.collect.ImmutableList<DecoratedResult> getBuildResults()
Copyright © 2011 Atlassian. All Rights Reserved.