com.atlassian.bamboo.ww2.beans
Class DecoratedStage

java.lang.Object
  extended by com.atlassian.bamboo.ww2.beans.DecoratedStage
All Implemented Interfaces:
DecoratedNavGroupObject

@Immutable
public class DecoratedStage
extends java.lang.Object
implements DecoratedNavGroupObject


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.util.List<DecoratedPlan> getJobs()
           
 java.lang.String getName()
           
 DecoratedNavGroupStatus getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

getGroupSummary

public java.lang.String getGroupSummary()
Specified by:
getGroupSummary in interface DecoratedNavGroupObject
Returns:
a short summary of whats in this group

getDescription

public java.lang.String getDescription()
Description copied from interface: DecoratedNavGroupObject
The desciption of this group

Specified by:
getDescription in interface DecoratedNavGroupObject
Returns:

getJobs

public java.util.List<DecoratedPlan> getJobs()


Copyright © 2011 Atlassian. All Rights Reserved.