Class StatisticGatherer.CountUnique
java.lang.Object
com.atlassian.jira.issue.statistics.StatisticGatherer.CountUnique
- All Implemented Interfaces:
- StatisticGatherer
- Enclosing interface:
- StatisticGatherer
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.atlassian.jira.issue.statistics.StatisticGathererStatisticGatherer.CountUnique, StatisticGatherer.CountUniqueValue, StatisticGatherer.Mean, StatisticGatherer.MeanValue, StatisticGatherer.Median, StatisticGatherer.MedianValue, StatisticGatherer.Sum
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
CountUniquepublic CountUnique()
 
- 
- 
Method Details- 
getValueDescription copied from interface:StatisticGathererReturns current value. If null, the return value will be the 0.- Specified by:
- getValuein interface- StatisticGatherer
- Parameters:
- current- The current value. If null, the return value will be the equivalent of 0
- newValue- The value to add to the current
- Returns:
- The new value - guaranteed not to be null
 
 
-