com.atlassian.bamboo.ww2.beans
Interface DecoratedNavObjectStatus

All Known Implementing Classes:
DecoratedResultStatus

public interface DecoratedNavObjectStatus


Method Summary
 java.lang.String getDisplayClass()
           
 java.lang.String getDuration()
          A test representation of the duration of this object
 ExecutionStatus getExecutionStatus()
           
 java.lang.String getSummarySuffix()
           
 java.lang.String getTestSummary()
          A text representation of test status for this object
 boolean isActive()
           
 boolean isInProgress()
           
 

Method Detail

getDisplayClass

@NotNull
java.lang.String getDisplayClass()
Returns:
the css class to be used for this object

isInProgress

boolean isInProgress()
Returns:
true if this object currently running.

isActive

boolean isActive()
Returns:
true if this object currently active.

getTestSummary

java.lang.String getTestSummary()
A text representation of test status for this object

Returns:

getDuration

java.lang.String getDuration()
A test representation of the duration of this object

Returns:

getExecutionStatus

@Nullable
ExecutionStatus getExecutionStatus()
Returns:
If the build is running returns details about the running build

getSummarySuffix

@NotNull
java.lang.String getSummarySuffix()
Returns:
text describing the build/job status (e.g. "was successful", "failed")


Copyright © 2011 Atlassian. All Rights Reserved.