Class StatisticGatherer.CountUnique

java.lang.Object
com.atlassian.jira.issue.statistics.StatisticGatherer.CountUnique
All Implemented Interfaces:
StatisticGatherer
Enclosing interface:
StatisticGatherer

public static class StatisticGatherer.CountUnique extends Object implements StatisticGatherer
  • Constructor Details

    • CountUnique

      public CountUnique()
  • Method Details

    • getValue

      public Number getValue(Number current, int newValue)
      Description copied from interface: StatisticGatherer
      Returns current value. If null, the return value will be the 0.
      Specified by:
      getValue in 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