java.lang.Object | |
↳ | com.atlassian.jira.issue.util.AggregateTimeTrackingCalculatorFactoryImpl |
Implementation of factory
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Note.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new instance of time tracing calculator based on the Issue implementation.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||
![]()
|
Note. Constructor can not take FieldManager
or
SearchProvider
due to cyclic dependencies
context | JIRA authentication context |
---|---|
searchProviderFactory | serach provider factory |
permissionManager | permission manager |
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