com.atlassian.jira.plugin.report.impl
Class TimeTrackingReport.Totals

java.lang.Object
  extended by com.atlassian.jira.plugin.report.impl.TimeTrackingReport.Totals
Enclosing class:
TimeTrackingReport

public class TimeTrackingReport.Totals
extends Object


Constructor Summary
TimeTrackingReport.Totals()
           
 
Method Summary
 String getAccuracy()
           
 String getAccuracyNice()
           
 String getAccuracyPercentage()
           
 String getAggregateAccuracy()
           
 String getAggregateAccuracyNice()
           
 String getAggregateAccuracyPercentage()
           
 String getAggregateOriginalEstimate()
           
 String getAggregateRemainingEstimate()
           
 String getAggregateTimeSpent()
           
 String getOriginalEstimate()
           
 String getRemainingEstimate()
           
 String getTimeSpent()
           
 String getTotalCurrentEstimate()
           
 int isAggregateOnSchedule()
           
 int onSchedule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeTrackingReport.Totals

public TimeTrackingReport.Totals()
Method Detail

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-2009 Atlassian. All Rights Reserved.