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 getContinueUrl()
           
 java.lang.String getDescription()
          The desciption of this group
 java.lang.String getGroupSummary()
           
 long getId()
           
 java.lang.String getName()
           
 java.lang.String getPlanKey()
           
 java.lang.String getRestartUrl()
           
 DecoratedNavGroupStatus getStatus()
           
 boolean isManual()
           
 boolean isRestartable()
           
 boolean isRunnable()
           
 
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

getPlanKey

public java.lang.String getPlanKey()

isManual

public boolean isManual()

isRunnable

public boolean isRunnable()

isRestartable

public boolean isRestartable()

getContinueUrl

public java.lang.String getContinueUrl()

getRestartUrl

public java.lang.String getRestartUrl()

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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.