|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of StatisticsMapper in com.atlassian.jira.dev.reference.plugin.searchers |
|---|
| Methods in com.atlassian.jira.dev.reference.plugin.searchers that return StatisticsMapper | |
|---|---|
StatisticsMapper |
LabelSearcher.getStatisticsMapper(CustomField customField)
|
| Uses of StatisticsMapper in com.atlassian.jira.gadgets.system |
|---|
| Methods in com.atlassian.jira.gadgets.system that return StatisticsMapper | |
|---|---|
StatisticsMapper |
StatisticTypesResource.getStatsMapper(String statsMapperKey)
Get the StatisticsMapper associated with passed key |
| Methods in com.atlassian.jira.gadgets.system with parameters of type StatisticsMapper | |
|---|---|
protected TwoDimensionalStatsMap |
TwoDimensionalStatsResource.getAndPopulateTwoDimensionalStatsMap(StatisticsMapper xAxisMapper,
StatisticsMapper yAxisMapper,
SearchRequest searchRequest)
|
protected TwoDimensionalStatsMap |
TwoDimensionalStatsResource.getAndPopulateTwoDimensionalStatsMap(StatisticsMapper xAxisMapper,
StatisticsMapper yAxisMapper,
SearchRequest searchRequest)
|
| Uses of StatisticsMapper in com.atlassian.jira.issue.customfields.searchers |
|---|
| Methods in com.atlassian.jira.issue.customfields.searchers that return StatisticsMapper | |
|---|---|
StatisticsMapper |
VersionSearcher.getStatisticsMapper(CustomField customField)
|
StatisticsMapper |
UserPickerSearcher.getStatisticsMapper(CustomField customField)
|
StatisticsMapper |
UserPickerGroupSearcher.getStatisticsMapper(CustomField customField)
|
StatisticsMapper |
SelectSearcher.getStatisticsMapper(CustomField customField)
|
StatisticsMapper |
ProjectSearcher.getStatisticsMapper(CustomField customField)
|
StatisticsMapper |
MultiSelectSearcher.getStatisticsMapper(CustomField customField)
|
StatisticsMapper |
GroupPickerSearcher.getStatisticsMapper(CustomField customField)
|
StatisticsMapper |
CustomFieldLabelsSearcher.getStatisticsMapper(CustomField customField)
|
| Uses of StatisticsMapper in com.atlassian.jira.issue.customfields.statistics |
|---|
| Classes in com.atlassian.jira.issue.customfields.statistics that implement StatisticsMapper | |
|---|---|
class |
AbstractCustomFieldStatisticsMapper
|
class |
GroupPickerStatisticsMapper
|
class |
ProjectSelectStatisticsMapper
A statistics mapper for project select custom fields. |
class |
SelectStatisticsMapper
|
class |
UserPickerStatisticsMapper
|
| Methods in com.atlassian.jira.issue.customfields.statistics that return StatisticsMapper | |
|---|---|
StatisticsMapper |
CustomFieldStattable.getStatisticsMapper(CustomField customField)
|
| Uses of StatisticsMapper in com.atlassian.jira.issue.statistics |
|---|
| Fields in com.atlassian.jira.issue.statistics declared as StatisticsMapper | |
|---|---|
static StatisticsMapper |
VotesStatisticsMapper.MAPPER
|
static StatisticsMapper |
LongFieldStatisticsMapper.PROGRESS
|
static StatisticsMapper |
TimeTrackingStatisticsMapper.TIME_ESTIMATE_CURR
|
static StatisticsMapper |
TimeTrackingStatisticsMapper.TIME_ESTIMATE_ORIG
|
static StatisticsMapper |
TimeTrackingStatisticsMapper.TIME_SPENT
|
static StatisticsMapper |
LongFieldStatisticsMapper.WORK_RATIO
|
| Methods in com.atlassian.jira.issue.statistics that return StatisticsMapper | |
|---|---|
StatisticsMapper |
StatsGroup.getMapper()
|
StatisticsMapper |
FilterStatisticsValuesGenerator.getStatsMapper(String statsMapperKey)
|
StatisticsMapper |
TwoDimensionalStatsMap.getxAxisMapper()
|
StatisticsMapper |
TwoDimensionalStatsMap.getyAxisMapper()
|
| Constructors in com.atlassian.jira.issue.statistics with parameters of type StatisticsMapper | |
|---|---|
StatsGroup(StatisticsMapper mapper)
|
|
TwoDimensionalStatsMap(StatisticsMapper xAxisMapper,
StatisticsMapper yAxisMapper)
|
|
TwoDimensionalStatsMap(StatisticsMapper xAxisMapper,
StatisticsMapper yAxisMapper)
|
|
TwoDimensionalStatsMap(StatisticsMapper xAxisMapper,
StatisticsMapper yAxisMapper,
StatisticGatherer statisticGatherer)
|
|
TwoDimensionalStatsMap(StatisticsMapper xAxisMapper,
StatisticsMapper yAxisMapper,
StatisticGatherer statisticGatherer)
|
|
| Uses of StatisticsMapper in com.atlassian.jira.issue.statistics.util |
|---|
| Classes in com.atlassian.jira.issue.statistics.util that implement StatisticsMapper | |
|---|---|
class |
CachingStatisticsMapper
A statisticsMapper that caches the return value from CachingStatisticsMapper.getValueFromLuceneField(String) in an internal
cache. |
class |
StatisticsMapperWrapper
Provides a convenient implementation of the StatisticsMapper interface that can be subclassed by developers wishing to adapt the request to a mapper. |
| Constructors in com.atlassian.jira.issue.statistics.util with parameters of type StatisticsMapper | |
|---|---|
CachingStatisticsMapper(StatisticsMapper statisticsMapper)
|
|
OneDimensionalObjectHitCollector(StatisticsMapper statisticsMapper,
Map result,
org.apache.lucene.index.IndexReader indexReader)
|
|
StatisticsMapperWrapper(StatisticsMapper statisticsMapper)
|
|
| Uses of StatisticsMapper in com.atlassian.jira.plugin.report.impl |
|---|
| Methods in com.atlassian.jira.plugin.report.impl with parameters of type StatisticsMapper | |
|---|---|
StatsGroup |
SingleLevelGroupByReport.getOptions(SearchRequest sr,
User user,
StatisticsMapper mapper)
|
StatsGroup |
SingleLevelGroupByReport.searchMapIssueKeys(SearchRequest request,
User searcher,
StatisticsMapper mapper)
|
| Uses of StatisticsMapper in com.atlassian.jira.portal.portlets |
|---|
| Methods in com.atlassian.jira.portal.portlets with parameters of type StatisticsMapper | |
|---|---|
String |
TwoDimensionalStatsPortlet.getSearchUrlForHeaderCell(Object xAxisObject,
StatisticsMapper xAxisMapper,
SearchRequest searchRequest)
|
protected TwoDimensionalStatsMap |
TwoDimensionalStatsPortlet.searchCountMap(SearchRequest request,
StatisticsMapper xAxisStatsMapper,
StatisticsMapper yAxisStatsMapper)
|
protected TwoDimensionalStatsMap |
TwoDimensionalStatsPortlet.searchCountMap(SearchRequest request,
StatisticsMapper xAxisStatsMapper,
StatisticsMapper yAxisStatsMapper)
|
| Uses of StatisticsMapper in com.atlassian.jira.web.bean |
|---|
| Methods in com.atlassian.jira.web.bean that return StatisticsMapper | |
|---|---|
StatisticsMapper |
StatisticAccessorBean.getMapper(String type)
|
| Methods in com.atlassian.jira.web.bean with parameters of type StatisticsMapper | |
|---|---|
StatisticMapWrapper |
StatisticAccessorBean.getWrapper(StatisticsMapper mapper)
|
StatisticMapWrapper |
StatisticAccessorBean.getWrapper(StatisticsMapper mapper,
StatisticAccessorBean.OrderBy orderBy,
StatisticAccessorBean.Direction direction)
Returns a StatisticMapWrapper containing ordered search statistic results |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||