com.atlassian.jira.issue.util
Interface AggregateTimeTrackingCalculator

All Known Implementing Classes:
DocumentIssueAggregateTimeTrackingCalculator, IssueImplAggregateTimeTrackingCalculator

public interface AggregateTimeTrackingCalculator

A util object that caculates an issue's aggregate Time Tracking values.

Since:
v3.11

Method Summary
 AggregateTimeTrackingBean getAggregates(Issue issue)
          Method to retreive a bean that contains all Aggregate Time Tracking information.
 

Method Detail

getAggregates

AggregateTimeTrackingBean getAggregates(Issue issue)
Method to retreive a bean that contains all Aggregate Time Tracking information. An aggregate in considered the value of the sub-task values plus the issue's own value.

Parameters:
issue - issue to calculate aggregates for
Returns:
The bean containing all aggregate values.


Copyright © 2002-2012 Atlassian. All Rights Reserved.