Package com.atlassian.bamboo.js
Class PlanDecorator
java.lang.Object
com.atlassian.bamboo.js.PlanDecorator
Object that helps the UI render thr HTML / JS
-
Constructor Summary
ConstructorDescriptionPlanDecorator
(ImmutableTopLevelPlan plan, Long currentTime, boolean favourite, ChainExecutionManager chainExecutionManager, PlanExecutionManager planExecutionManager, @Nullable PlanResultKey lastResultKey) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
boolean
-
Constructor Details
-
PlanDecorator
public PlanDecorator(ImmutableTopLevelPlan plan, Long currentTime, boolean favourite, ChainExecutionManager chainExecutionManager, PlanExecutionManager planExecutionManager, @Nullable @Nullable PlanResultKey lastResultKey)
-
-
Method Details
-
isFavourite
public boolean isFavourite() -
getCurrentSystemTime
-
getPlanKey
-
getStatusIconClass
-
getStatusText
-
getReasonSummary
-
getReasonSummaryTooltip
-
getDurationSummary
-
getStatusClass
-
getTestSummary
-
getLastBuiltSummary
-
isAllowStop
public boolean isAllowStop() -
getLatestBuild
-
isSuspendedFromBuilding
public boolean isSuspendedFromBuilding() -
getNumberOfCurrentlyBuildingPlans
public int getNumberOfCurrentlyBuildingPlans() -
getLastResultKey
-