@Component public class StatisticTypesProvider extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ALLFIXFOR |
static String |
ALLVERSION |
static String |
ASSIGNEES |
static String |
COMPONENTS |
static String |
CREATOR |
static String |
FIXFOR |
static String |
ISSUETYPE |
static String |
LABELS |
static String |
PRIORITIES |
static String |
PROJECT |
static String |
REPORTER |
static String |
RESOLUTION |
static String |
STATUSES |
static String |
VERSION |
Constructor and Description |
---|
StatisticTypesProvider(JiraAuthenticationContext authenticationContext,
CustomFieldManager customFieldManager) |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(String field)
Returns the display name for a field
|
StatisticsMapper |
getStatsMapper(String statsMapperKey)
Get the
StatisticsMapper associated with passed key |
Map<String,String> |
getSystemStatisticTypes() |
public static final String COMPONENTS
public static final String FIXFOR
public static final String ALLFIXFOR
public static final String VERSION
public static final String ALLVERSION
public static final String ASSIGNEES
public static final String ISSUETYPE
public static final String PRIORITIES
public static final String PROJECT
public static final String REPORTER
public static final String CREATOR
public static final String RESOLUTION
public static final String STATUSES
public static final String LABELS
public StatisticTypesProvider(JiraAuthenticationContext authenticationContext, CustomFieldManager customFieldManager)
public StatisticsMapper getStatsMapper(String statsMapperKey)
StatisticsMapper
associated with passed keystatsMapperKey
- The key for the statsmapper. Usually a customfield id, or one of the constants in this
classpublic Map<String,String> getSystemStatisticTypes()
Copyright © 2002-2015 Atlassian. All Rights Reserved.