com.atlassian.jira.plugin.report.impl
Class TimeTrackingReport.Totals
java.lang.Object
com.atlassian.jira.plugin.report.impl.TimeTrackingReport.Totals
- Enclosing class:
- TimeTrackingReport
public class TimeTrackingReport.Totals
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeTrackingReport.Totals
public TimeTrackingReport.Totals()
getOriginalEstimate
public String getOriginalEstimate()
getTimeSpent
public String getTimeSpent()
getRemainingEstimate
public String getRemainingEstimate()
getAccuracyNice
public String getAccuracyNice()
getAccuracy
public String getAccuracy()
getAccuracyPercentage
public String getAccuracyPercentage()
onSchedule
public int onSchedule()
getTotalCurrentEstimate
public String getTotalCurrentEstimate()
getAggregateOriginalEstimate
public String getAggregateOriginalEstimate()
getAggregateTimeSpent
public String getAggregateTimeSpent()
getAggregateRemainingEstimate
public String getAggregateRemainingEstimate()
getAggregateAccuracyNice
public String getAggregateAccuracyNice()
getAggregateAccuracy
public String getAggregateAccuracy()
getAggregateAccuracyPercentage
public String getAggregateAccuracyPercentage()
isAggregateOnSchedule
public int isAggregateOnSchedule()
Copyright © 2002-2011 Atlassian. All Rights Reserved.