Package com.atlassian.jira.issue.statistics
package com.atlassian.jira.issue.statistics
-
ClassDescriptionA StatsMapper that takes the document constant name (lucene) and a JFreeChart TimePeriod class, and rounds the dates to the appropriate time periodCreated by IntelliJ IDEA.A stats mapper for LabelsPriorityStatisticsMapper.Contains methods that produce data based on project statistics.This StatisticsMapper works exactly the same as PriorityStatisticsMapper, except that it returns a reverse-order comparator.A simple way of calculating statisticsUsing some trickiness - we extend Number so that we can call
StatisticGatherer.MeanValue.intValue()
without having to change all the client codeYet another wrapper for the nastyFilterStatisticsValuesGenerator
.Utilities class that returns issue statistics for objects.Allow mapping from Lucene indexes, back to the fields that they came from.AStatisticsMapper
specifically forOriginalEstimateSystemField
,TimeEstimateSystemField
andTimeSpentSystemField
as their index values are stored in a specific format.Provides extra method to get non-standard comparator for StatisticMappers to be used when we need different comparison method (eg.comparing custom fields options in gadgets)