Class StatisticHistoryEntry

java.lang.Object
com.atlassian.greenhopper.web.rapid.chart.StatisticHistoryEntry

public class StatisticHistoryEntry extends Object
Single entry in the statistic field value history of an issue
  • Constructor Details

    • StatisticHistoryEntry

      public StatisticHistoryEntry(org.joda.time.DateTime date, Double value)
  • Method Details

    • getDate

      public org.joda.time.DateTime getDate()
    • getValue

      public Double getValue()