|
||||||||||
| 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.AbstractProgressBarSystemField
com.atlassian.jira.issue.fields.ProgressBarSystemField
public class ProgressBarSystemField
Field that displays a progress bar in the Navigator
| Field Summary |
|---|
| Fields inherited from class com.atlassian.jira.issue.fields.AbstractProgressBarSystemField |
|---|
jiraDurationUtils |
| 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 | |
|---|---|
ProgressBarSystemField(com.atlassian.velocity.VelocityManager velocityManager,
ApplicationProperties applicationProperties,
JiraAuthenticationContext authenticationContext,
JiraDurationUtils jiraDurationUtils)
|
|
| Method Summary | |
|---|---|
protected String |
getDisplayId()
Always returns 'dpb'. |
protected Long |
getOriginalEstimate(Issue issue)
|
protected Long |
getRemainingEstimate(Issue issue)
|
LuceneFieldSorter |
getSorter()
Returns LongFieldStatisticsMapper.PROGRESS reference |
protected Long |
getTimeSpent(Issue issue)
|
| Methods inherited from class com.atlassian.jira.issue.fields.AbstractProgressBarSystemField |
|---|
calculateProgressPercentage, getColumnViewHtml, getHiddenFieldId |
| Methods inherited from class com.atlassian.jira.issue.fields.NavigableFieldImpl |
|---|
getApplicationProperties, getColumnCssClass, getColumnHeadingKey, getDefaultSortOrder, getSortComparatorSource, getVelocityParams, prettyPrintChangeHistory, prettyPrintChangeHistory, 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 ProgressBarSystemField(com.atlassian.velocity.VelocityManager velocityManager,
ApplicationProperties applicationProperties,
JiraAuthenticationContext authenticationContext,
JiraDurationUtils jiraDurationUtils)
| Method Detail |
|---|
protected Long getRemainingEstimate(Issue issue)
getRemainingEstimate in class AbstractProgressBarSystemFieldprotected Long getOriginalEstimate(Issue issue)
getOriginalEstimate in class AbstractProgressBarSystemFieldprotected Long getTimeSpent(Issue issue)
getTimeSpent in class AbstractProgressBarSystemFieldprotected String getDisplayId()
getDisplayId in class AbstractProgressBarSystemFieldpublic LuceneFieldSorter getSorter()
LongFieldStatisticsMapper.PROGRESS reference
LongFieldStatisticsMapper.PROGRESS referenceDocumentIssueImpl,
MappedSortComparator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||