Package com.atlassian.jira.web.bean
Class TimeTrackingGraphBean
java.lang.Object
com.atlassian.jira.web.bean.TimeTrackingGraphBean
Represents some tracking information so that it may be rendered.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A simple parameter object to keep the number of constructor arguments down. -
Constructor Summary
ConstructorsConstructorDescriptionBean that holds threePercentageGraphModel
objects, one for Original Estimate, one for Remaining Estimate and one for Time Spent. -
Method Summary
-
Constructor Details
-
TimeTrackingGraphBean
Bean that holds threePercentageGraphModel
objects, one for Original Estimate, one for Remaining Estimate and one for Time Spent.- Parameters:
params
- the parameters used to create the object.
-
-
Method Details
-
hasData
public boolean hasData() -
getTimeSpentGraph
-
getOriginalEstimateGraph
-
getRemainingEstimateGraph
-
getOriginalProgressGraph
-
getProgressGraph
-
getTimeSpent
public long getTimeSpent() -
getOriginalEstimate
public long getOriginalEstimate() -
getRemainingEstimate
public long getRemainingEstimate() -
getTotalTime
public long getTotalTime() -
getTimeSpentStr
-
getOriginalEstimateStr
-
getRemainingEstimateStr
-
getTimeSpentTooltip
-
getOriginalEstimateTooltip
-
getRemainingEstimateTooltip
-
toString
-