com.atlassian.bamboo.js
Class PlanDecorator
java.lang.Object
com.atlassian.bamboo.js.PlanDecorator
public class PlanDecorator
- extends java.lang.Object
Object that helps the UI render thr HTML / JS
Constructor Summary |
PlanDecorator(TopLevelPlan build,
java.lang.Long currentTime,
boolean favourite,
com.opensymphony.xwork.TextProvider textProvider)
|
PlanDecorator(TopLevelPlan build,
java.lang.Long currentSystemTime,
com.opensymphony.xwork.TextProvider textProvider)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlanDecorator
public PlanDecorator(TopLevelPlan build,
java.lang.Long currentSystemTime,
com.opensymphony.xwork.TextProvider textProvider)
PlanDecorator
public PlanDecorator(TopLevelPlan build,
java.lang.Long currentTime,
boolean favourite,
com.opensymphony.xwork.TextProvider textProvider)
isFavourite
public boolean isFavourite()
getCurrentSystemTime
public java.lang.Long getCurrentSystemTime()
getPlanKey
public java.lang.String getPlanKey()
getStatusIconPath
public java.lang.String getStatusIconPath()
getStatusText
public java.lang.String getStatusText()
getReasonSummary
public java.lang.String getReasonSummary()
getReasonSummaryTooltip
public java.lang.String getReasonSummaryTooltip()
getDurationSummary
public java.lang.String getDurationSummary()
getStatusClass
public java.lang.String getStatusClass()
getTestSummary
public java.lang.String getTestSummary()
getLastBuiltSummary
public java.lang.String getLastBuiltSummary()
isAllowStop
public boolean isAllowStop()
getLatestBuild
public java.lang.String getLatestBuild()
Copyright © 2010 Atlassian. All Rights Reserved.