public class DecoratedResultStatus extends Object implements DecoratedNavObjectStatus
| Modifier and Type | Field and Description |
|---|---|
static String |
NOT_RUN_YET |
| Constructor and Description |
|---|
DecoratedResultStatus(ResultsSummary resultSummary,
DecoratedResult decoratedResult) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBuildStartTime() |
BuildState |
getBuildState() |
String |
getDisplayClass() |
String |
getDuration()
A test representation of the duration of this object
|
ExecutionStatus |
getExecutionStatus() |
String |
getJobExecutionPhaseString() |
LifeCycleState |
getLifeCycleState() |
String |
getOpTimeText() |
String |
getSummarySuffix() |
String |
getTestSummary()
A text representation of test status for this object
|
boolean |
isActive() |
boolean |
isContinuable() |
boolean |
isInProgress() |
boolean |
isNotRunYet() |
boolean |
isUpdatingSource() |
public static final String NOT_RUN_YET
public DecoratedResultStatus(ResultsSummary resultSummary, DecoratedResult decoratedResult)
@NotNull public String getDisplayClass()
getDisplayClass in interface DecoratedNavObjectStatus@NotNull public String getJobExecutionPhaseString()
getJobExecutionPhaseString in interface DecoratedNavObjectStatus@Nullable public ExecutionStatus getExecutionStatus()
getExecutionStatus in interface DecoratedNavObjectStatuspublic boolean isInProgress()
isInProgress in interface DecoratedNavObjectStatuspublic boolean isActive()
isActive in interface DecoratedNavObjectStatuspublic boolean isUpdatingSource()
isUpdatingSource in interface DecoratedNavObjectStatuspublic String getTestSummary()
DecoratedNavObjectStatusgetTestSummary in interface DecoratedNavObjectStatuspublic String getDuration()
DecoratedNavObjectStatusgetDuration in interface DecoratedNavObjectStatuspublic Date getBuildStartTime()
public boolean isContinuable()
public boolean isNotRunYet()
@NotNull public String getSummarySuffix()
getSummarySuffix in interface DecoratedNavObjectStatus@Nullable public String getOpTimeText()
getOpTimeText in interface DecoratedNavObjectStatuspublic LifeCycleState getLifeCycleState()
public BuildState getBuildState()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.