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 DecoratedNavObjectStatus
public boolean isInProgress()
isInProgress
in interface DecoratedNavObjectStatus
public boolean isActive()
isActive
in interface DecoratedNavObjectStatus
public boolean isUpdatingSource()
isUpdatingSource
in interface DecoratedNavObjectStatus
public String getTestSummary()
DecoratedNavObjectStatus
getTestSummary
in interface DecoratedNavObjectStatus
public String getDuration()
DecoratedNavObjectStatus
getDuration
in interface DecoratedNavObjectStatus
public Date getBuildStartTime()
public boolean isContinuable()
public boolean isNotRunYet()
@NotNull public String getSummarySuffix()
getSummarySuffix
in interface DecoratedNavObjectStatus
@Nullable public String getOpTimeText()
getOpTimeText
in interface DecoratedNavObjectStatus
public LifeCycleState getLifeCycleState()
public BuildState getBuildState()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.