public interface DecoratedNavObjectStatus
Modifier and Type | Method and Description |
---|---|
String |
getDisplayClass() |
String |
getDuration()
A test representation of the duration of this object
|
ExecutionStatus |
getExecutionStatus() |
String |
getJobExecutionPhaseString() |
String |
getOpTimeText() |
String |
getSummarySuffix() |
String |
getTestSummary()
A text representation of test status for this object
|
boolean |
isActive() |
boolean |
isInProgress() |
boolean |
isSpecsFailure() |
boolean |
isSpecsResult() |
boolean |
isSpecsSuccess() |
boolean |
isUpdatingSource() |
@NotNull String getDisplayClass()
boolean isInProgress()
boolean isActive()
boolean isUpdatingSource()
String getTestSummary()
String getDuration()
@NotNull String getJobExecutionPhaseString()
@Nullable ExecutionStatus getExecutionStatus()
@NotNull String getSummarySuffix()
@Nullable String getOpTimeText()
boolean isSpecsResult()
boolean isSpecsFailure()
boolean isSpecsSuccess()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.