public class PlanDecorator extends Object
Constructor and Description |
---|
PlanDecorator(ImmutableTopLevelPlan plan,
Long currentTime,
boolean favourite,
ChainExecutionManager chainExecutionManager,
PlanExecutionManager planExecutionManager,
PlanResultKey lastResultKey) |
Modifier and Type | Method and Description |
---|---|
Long |
getCurrentSystemTime() |
String |
getDurationSummary() |
String |
getLastBuiltSummary() |
String |
getLastResultKey() |
String |
getLatestBuild() |
int |
getNumberOfCurrentlyBuildingPlans() |
String |
getPlanKey() |
String |
getReasonSummary() |
String |
getReasonSummaryTooltip() |
String |
getStatusClass() |
String |
getStatusIconClass() |
String |
getStatusText() |
String |
getTestSummary() |
boolean |
isAllowStop() |
boolean |
isFavourite() |
boolean |
isSuspendedFromBuilding() |
public PlanDecorator(ImmutableTopLevelPlan plan, Long currentTime, boolean favourite, ChainExecutionManager chainExecutionManager, PlanExecutionManager planExecutionManager, @Nullable PlanResultKey lastResultKey)
public boolean isFavourite()
public Long getCurrentSystemTime()
public String getPlanKey()
public String getStatusIconClass()
public String getStatusText()
public String getReasonSummary()
public String getReasonSummaryTooltip()
public String getDurationSummary()
public String getStatusClass()
public String getTestSummary()
public String getLastBuiltSummary()
public boolean isAllowStop()
public String getLatestBuild()
public boolean isSuspendedFromBuilding()
public int getNumberOfCurrentlyBuildingPlans()
public String getLastResultKey()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.