public interface StageStatusHelper
Modifier and Type | Method and Description |
---|---|
String |
getDisplayClassForStage(ChainStageResult chainStageResult)
Returns the CSS class name for a stage
|
String |
getDisplayMessageForStage(ChainStageResult chainStageResult)
Returns the display message for a stage
|
boolean |
isCollapsedByDefault(ChainStageResult chainStageResult,
Collection<ChainStageResult> chainStageResults)
Returns a boolean indicating whether or not the stage should appear collapsed by default in the UI
|
@NotNull String getDisplayClassForStage(@NotNull ChainStageResult chainStageResult)
chainStageResult
- @NotNull String getDisplayMessageForStage(@NotNull ChainStageResult chainStageResult)
chainStageResult
- boolean isCollapsedByDefault(@NotNull ChainStageResult chainStageResult, @NotNull Collection<ChainStageResult> chainStageResults)
chainStageResult
- chainStageResults
- - the Collection of ChainStageResults containing the ChainStageResultCopyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.