public class TimeTrackingGraphBean extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TimeTrackingGraphBean.Parameters
A simple parameter object to keep the number of constructor arguments down.
|
Constructor and Description |
---|
TimeTrackingGraphBean(TimeTrackingGraphBean.Parameters params)
Bean that holds three
PercentageGraphModel objects, one for Original Estimate, one for Remaining Estimate and one for Time Spent. |
Modifier and Type | Method and Description |
---|---|
long |
getOriginalEstimate() |
PercentageGraphModel |
getOriginalEstimateGraph() |
String |
getOriginalEstimateStr() |
String |
getOriginalEstimateTooltip() |
PercentageGraphModel |
getOriginalProgressGraph() |
PercentageGraphModel |
getProgressGraph() |
long |
getRemainingEstimate() |
PercentageGraphModel |
getRemainingEstimateGraph() |
String |
getRemainingEstimateStr() |
String |
getRemainingEstimateTooltip() |
long |
getTimeSpent() |
PercentageGraphModel |
getTimeSpentGraph() |
String |
getTimeSpentStr() |
String |
getTimeSpentTooltip() |
long |
getTotalTime() |
boolean |
hasData() |
String |
toString() |
public TimeTrackingGraphBean(TimeTrackingGraphBean.Parameters params)
PercentageGraphModel
objects, one for Original Estimate, one for Remaining Estimate and one for Time Spent.params
- the parameters used to create the object.public boolean hasData()
public PercentageGraphModel getTimeSpentGraph()
public PercentageGraphModel getOriginalEstimateGraph()
public PercentageGraphModel getRemainingEstimateGraph()
public PercentageGraphModel getOriginalProgressGraph()
public PercentageGraphModel getProgressGraph()
public long getTimeSpent()
public long getOriginalEstimate()
public long getRemainingEstimate()
public long getTotalTime()
public String getTimeSpentStr()
public String getOriginalEstimateStr()
public String getRemainingEstimateStr()
public String getTimeSpentTooltip()
public String getOriginalEstimateTooltip()
public String getRemainingEstimateTooltip()
Copyright © 2002-2022 Atlassian. All Rights Reserved.