| com.atlassian.jira.issue.util.AggregateTimeTrackingCalculatorFactory |
Known Indirect Subclasses
| |||||||||||||
A factory to return AggregateTimeTrackingCalculator instances based on the type of
Issue in play.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new instance of time tracing calculator based on the Issue implementation.
| |||||||||||
Create a new instance of time tracing calculator based on the Issue implementation.
Creates and returns a new instance of DocumentIssueAggregateTimeTrackingCalculator if passed in
a DocumentIssueImpl, else creates and returns a new instance
of IssueImplAggregateTimeTrackingCalculator.
| issue | Issue to compare |
|---|
DocumentIssueAggregateTimeTrackingCalculator if passed in
a DocumentIssueImpl, else returns a IssueImplAggregateTimeTrackingCalculator

