Package com.atlassian.bamboo.ww2.beans
Interface DecoratedNavGroupObject
- All Known Implementing Classes:
DecoratedStage
,DecoratedStageResult
public interface DecoratedNavGroupObject
Represents a group of items in the navigation context
-
Method Summary
Modifier and TypeMethodDescription@Nullable com.google.common.collect.ImmutableList<? extends DecoratedNavObject>
The desciption of this group@Nullable String
long
getId()
@NotNull String
getName()
@Nullable DecoratedNavGroupStatus
-
Method Details
-
getId
long getId()- Returns:
- object id
-
getName
- Returns:
- display name
-
getDescription
String getDescription()The desciption of this group- Returns:
-
getChildren
@Nullable @Nullable com.google.common.collect.ImmutableList<? extends DecoratedNavObject> getChildren()- Returns:
- children grouped under this group, sorted by display name.
-
getGroupSummary
- Returns:
- a short summary of whats in this group
-
getStatus
- Returns:
- status of this group if applicable
-