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
 com.google.common.collect.ImmutableList<? extends DecoratedNavObject> getChildren()
           
 java.lang.String getDescription()
          The desciption of this group
 java.lang.String getGroupSummary()
           
 long getId()
           
 java.lang.String getName()
           
 DecoratedNavGroupStatus getStatus()
           
 

Method Detail

getId

long getId()
Returns:
object id

getName

@NotNull
java.lang.String getName()
Returns:
display name

getDescription

java.lang.String getDescription()
The desciption of this group

Returns:

getChildren

@Nullable
com.google.common.collect.ImmutableList<? extends DecoratedNavObject> getChildren()
Returns:
children grouped under this group, sorted by display name.

getGroupSummary

@Nullable
java.lang.String getGroupSummary()
Returns:
a short summary of whats in this group

getStatus

@Nullable
DecoratedNavGroupStatus getStatus()
Returns:
status of this group if applicable


Copyright © 2012 Atlassian. All Rights Reserved.