Class ResolutionStatisticsMapper
java.lang.Object
com.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper
com.atlassian.jira.issue.statistics.ResolutionStatisticsMapper
- All Implemented Interfaces:
LuceneFieldSorter<IssueConstant>,SearchRequestAppender.Factory<IssueConstant>,StatisticsMapper<IssueConstant>,FieldValueLoader<IssueConstant>
public class ResolutionStatisticsMapper
extends AbstractConstantStatisticsMapper
implements SearchRequestAppender.Factory<IssueConstant>
-
Field Summary
Fields inherited from class com.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper
constantsManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringDefault implementation which will be removed in Jira 11 callingFieldValueLoader.field().protected StringMethods inherited from class com.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper
equals, getComparator, getSearchUrlSuffix, getValueFromLuceneField, hashCode, isFieldAlwaysPartOfAnIssue, isValidValueMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.issue.search.LuceneFieldSorter
field, loadValue
-
Constructor Details
-
ResolutionStatisticsMapper
-
-
Method Details
-
getConstantType
- Specified by:
getConstantTypein classAbstractConstantStatisticsMapper
-
getIssueFieldConstant
- Specified by:
getIssueFieldConstantin classAbstractConstantStatisticsMapper
-
getDocumentConstant
Description copied from interface:StatisticsMapperDefault implementation which will be removed in Jira 11 callingFieldValueLoader.field(). Implement theFieldValueLoader.field()method instead.- Specified by:
getDocumentConstantin interfaceLuceneFieldSorter<IssueConstant>- Specified by:
getDocumentConstantin interfaceStatisticsMapper<IssueConstant>- Specified by:
getDocumentConstantin classAbstractConstantStatisticsMapper- Returns:
- the field name that this field is indexed with.
- See Also:
-
getSearchRequestAppender
- Specified by:
getSearchRequestAppenderin interfaceSearchRequestAppender.Factory<IssueConstant>- Since:
- v6.0
-