com.atlassian.jira.issue.statistics
Class CustomFieldLabelsStatisticsMapper

java.lang.Object
  extended by com.atlassian.jira.issue.statistics.LabelsStatisticsMapper
      extended by com.atlassian.jira.issue.statistics.CustomFieldLabelsStatisticsMapper
All Implemented Interfaces:
LuceneFieldSorter, StatisticsMapper

public class CustomFieldLabelsStatisticsMapper
extends LabelsStatisticsMapper

Since:
v4.2

Constructor Summary
CustomFieldLabelsStatisticsMapper(CustomField customField, CustomFieldInputHelper customFieldInputHelper, JiraAuthenticationContext authenticationContext, boolean includeEmpty)
           
 
Method Summary
protected  java.lang.String getClauseName()
           
 
Methods inherited from class com.atlassian.jira.issue.statistics.LabelsStatisticsMapper
getComparator, getDocumentConstant, getSearchUrlSuffix, getValueFromLuceneField, isFieldAlwaysPartOfAnIssue, isValidValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.issue.search.LuceneFieldSorter
equals, hashCode
 

Constructor Detail

CustomFieldLabelsStatisticsMapper

public CustomFieldLabelsStatisticsMapper(CustomField customField,
                                         CustomFieldInputHelper customFieldInputHelper,
                                         JiraAuthenticationContext authenticationContext,
                                         boolean includeEmpty)
Method Detail

getClauseName

protected java.lang.String getClauseName()
Overrides:
getClauseName in class LabelsStatisticsMapper


Copyright © 2002-2011 Atlassian. All Rights Reserved.