com.atlassian.bamboo.ww2.beans
Class DecoratedStageResult

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

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


Method Summary
 com.google.common.collect.ImmutableList<DecoratedResult> getBuildResults()
           
 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()
           
 
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

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.