com.atlassian.jira.issue.statistics
Class FilterStatisticsValuesGenerator

java.lang.Object
  extended by com.atlassian.jira.issue.statistics.FilterStatisticsValuesGenerator
All Implemented Interfaces:
com.atlassian.configurable.ValuesGenerator
Direct Known Subclasses:
FilterStatisticsCascadingSelectValuesGenerator

public class FilterStatisticsValuesGenerator
extends Object
implements com.atlassian.configurable.ValuesGenerator


Field Summary
static String ALLFIXFOR
           
static String ALLVERSION
           
static String ASSIGNEES
           
static String COMPONENTS
           
(package private)  CustomFieldManager customFieldManager
           
static String FIXFOR
           
static String ISSUETYPE
           
static String PRIORITIES
           
static String PROJECT
           
static String REPORTER
           
static String RESOLUTION
           
static String STATUSES
           
protected static Map systemValues
           
static String VERSION
           
 
Constructor Summary
FilterStatisticsValuesGenerator()
           
 
Method Summary
 StatisticsMapper getStatsMapper(String statsMapperKey)
           
 Map getValues(Map params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

systemValues

protected static final Map systemValues

COMPONENTS

public static final String COMPONENTS
See Also:
Constant Field Values

FIXFOR

public static final String FIXFOR
See Also:
Constant Field Values

ALLFIXFOR

public static final String ALLFIXFOR
See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values

ALLVERSION

public static final String ALLVERSION
See Also:
Constant Field Values

ASSIGNEES

public static final String ASSIGNEES
See Also:
Constant Field Values

ISSUETYPE

public static final String ISSUETYPE
See Also:
Constant Field Values

PRIORITIES

public static final String PRIORITIES
See Also:
Constant Field Values

PROJECT

public static final String PROJECT
See Also:
Constant Field Values

REPORTER

public static final String REPORTER
See Also:
Constant Field Values

RESOLUTION

public static final String RESOLUTION
See Also:
Constant Field Values

STATUSES

public static final String STATUSES
See Also:
Constant Field Values

customFieldManager

CustomFieldManager customFieldManager
Constructor Detail

FilterStatisticsValuesGenerator

public FilterStatisticsValuesGenerator()
Method Detail

getValues

public Map getValues(Map params)
Specified by:
getValues in interface com.atlassian.configurable.ValuesGenerator

getStatsMapper

public StatisticsMapper getStatsMapper(String statsMapperKey)


Copyright © 2002-2007 Atlassian. All Rights Reserved.