public class PlanDecorator extends Object
Constructor and Description |
---|
PlanDecorator(ImmutableTopLevelPlan build,
Long currentTime,
boolean favourite,
com.opensymphony.xwork2.TextProvider textProvider,
PlanExecutionManager planExecutionManager) |
PlanDecorator(ImmutableTopLevelPlan plan,
Long currentTime,
boolean favourite,
com.opensymphony.xwork2.TextProvider textProvider,
PlanExecutionManager planExecutionManager,
PlanResultKey lastResultKey) |
PlanDecorator(ImmutableTopLevelPlan build,
Long currentSystemTime,
com.opensymphony.xwork2.TextProvider textProvider,
PlanExecutionManager planExecutionManager) |
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 build, Long currentSystemTime, com.opensymphony.xwork2.TextProvider textProvider, PlanExecutionManager planExecutionManager)
public PlanDecorator(ImmutableTopLevelPlan build, Long currentTime, boolean favourite, com.opensymphony.xwork2.TextProvider textProvider, PlanExecutionManager planExecutionManager)
public PlanDecorator(ImmutableTopLevelPlan plan, Long currentTime, boolean favourite, com.opensymphony.xwork2.TextProvider textProvider, 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 © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.