public class

AggregateProgressBarSystemField

extends AbstractProgressBarSystemField
java.lang.Object
   ↳ com.atlassian.jira.issue.fields.AbstractField
     ↳ com.atlassian.jira.issue.fields.NavigableFieldImpl
       ↳ com.atlassian.jira.issue.fields.AbstractProgressBarSystemField
         ↳ com.atlassian.jira.issue.fields.AggregateProgressBarSystemField

Class Overview

Progress Bar System Field that uses the aggregate values for percentages.

Summary

[Expand]
Inherited Constants
From interface com.atlassian.jira.issue.fields.NavigableField
[Expand]
Inherited Fields
From class com.atlassian.jira.issue.fields.NavigableFieldImpl
From class com.atlassian.jira.issue.fields.AbstractField
Public Constructors
AggregateProgressBarSystemField(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, AggregateTimeTrackingCalculatorFactory calculatorFactory, TimeTrackingGraphBeanFactory factory)
Public Methods
LuceneFieldSorter getSorter()
This field is not able to be sorted.
Protected Methods
String getDisplayId()
Always returns 'apb'.
AbstractProgressBarSystemField.TimeTrackingParameters getTimeTrackingGraphBeanParameters(Issue issue, I18nHelper helper)
[Expand]
Inherited Methods
From class com.atlassian.jira.issue.fields.AbstractProgressBarSystemField
From class com.atlassian.jira.issue.fields.NavigableFieldImpl
From class com.atlassian.jira.issue.fields.AbstractField
From class java.lang.Object
From interface com.atlassian.jira.issue.fields.Field
From interface com.atlassian.jira.issue.fields.NavigableField
From interface com.atlassian.jira.issue.fields.rest.RestAwareField
From interface java.lang.Comparable

Public Constructors

public AggregateProgressBarSystemField (VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, AggregateTimeTrackingCalculatorFactory calculatorFactory, TimeTrackingGraphBeanFactory factory)

Public Methods

public LuceneFieldSorter getSorter ()

This field is not able to be sorted.

Returns
  • always returns null

Protected Methods

protected String getDisplayId ()

Always returns 'apb'.

Returns
  • always returns 'apb'

protected AbstractProgressBarSystemField.TimeTrackingParameters getTimeTrackingGraphBeanParameters (Issue issue, I18nHelper helper)