java.lang.Object | |
↳ | com.atlassian.jira.issue.util.DocumentIssueAggregateTimeTrackingCalculator |
An implementation of AggregateTimeTrackingCalculator
that is meant for
DocumentIssueImpl
usage.
NOTE: This will not work for IssueImpl
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Method to retreive a bean that contains all Aggregate Time Tracking information.
|
[Expand]
Inherited Methods | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||
From interface
com.atlassian.jira.issue.util.AggregateTimeTrackingCalculator
|
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.
issue | issue to calculate aggregates for |
---|