|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.issue.fields.AbstractField
com.atlassian.jira.issue.fields.NavigableFieldImpl
com.atlassian.jira.issue.fields.AbstractDurationSystemField
com.atlassian.jira.issue.fields.AbstractAggregateDurationSystemField
com.atlassian.jira.issue.fields.AggregateTimeSpentSystemField
public class AggregateTimeSpentSystemField
System field that displays the calculated aggregate time spent. This adds all sub-tasks values to its own values.
| Field Summary |
|---|
| Fields inherited from class com.atlassian.jira.issue.fields.AbstractAggregateDurationSystemField |
|---|
calculatorFactory |
| Fields inherited from class com.atlassian.jira.issue.fields.NavigableFieldImpl |
|---|
applicationProperties, velocityManager |
| Fields inherited from class com.atlassian.jira.issue.fields.AbstractField |
|---|
authenticationContext |
| Fields inherited from interface com.atlassian.jira.issue.fields.NavigableField |
|---|
ORDER_ASCENDING, ORDER_DESCENDING, TEMPLATE_DIRECTORY_PATH |
| Constructor Summary | |
|---|---|
AggregateTimeSpentSystemField(com.atlassian.velocity.VelocityManager velocityManager,
ApplicationProperties applicationProperties,
JiraAuthenticationContext authenticationContext,
AggregateTimeTrackingCalculatorFactory calculatorFactory)
|
|
| Method Summary | |
|---|---|
protected Long |
getAggregateDuration(AggregateTimeTrackingBean bean)
Returns the time spent of the passed bean |
| Methods inherited from class com.atlassian.jira.issue.fields.AbstractAggregateDurationSystemField |
|---|
getDuration, getSorter |
| Methods inherited from class com.atlassian.jira.issue.fields.AbstractDurationSystemField |
|---|
getColumnViewHtml, prettyPrintChangeHistory, prettyPrintChangeHistory |
| Methods inherited from class com.atlassian.jira.issue.fields.NavigableFieldImpl |
|---|
getApplicationProperties, getColumnCssClass, getColumnHeadingKey, getDefaultSortOrder, getHiddenFieldId, getSortComparatorSource, getVelocityParams, renderTemplate |
| Methods inherited from class com.atlassian.jira.issue.fields.AbstractField |
|---|
compareTo, equals, getAuthenticationContext, getId, getName, getNameKey, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.jira.issue.fields.Field |
|---|
getId, getName, getNameKey |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public AggregateTimeSpentSystemField(com.atlassian.velocity.VelocityManager velocityManager,
ApplicationProperties applicationProperties,
JiraAuthenticationContext authenticationContext,
AggregateTimeTrackingCalculatorFactory calculatorFactory)
| Method Detail |
|---|
protected Long getAggregateDuration(AggregateTimeTrackingBean bean)
getAggregateDuration in class AbstractAggregateDurationSystemFieldbean - bean to get the aggregate duration from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||