Package com.atlassian.jira.issue.util
Interface AggregateTimeTrackingCalculator
- All Known Implementing Classes:
DocumentIssueAggregateTimeTrackingCalculator
,IssueImplAggregateTimeTrackingCalculator
public interface AggregateTimeTrackingCalculator
A util object that calculates an issue's aggregate Time Tracking values.
- Since:
- v3.11
-
Method Summary
Modifier and TypeMethodDescriptiongetAggregates
(Issue issue) Method to retrieve a bean that contains all Aggregate Time Tracking information.
-
Method Details
-
getAggregates
Method to retrieve 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.
-