com.atlassian.greenhopper.web.rapid.chart
Class StatisticHistoryEntry

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

public class StatisticHistoryEntry
extends java.lang.Object

Single entry in the statistic field value history of an issue


Constructor Summary
StatisticHistoryEntry(org.joda.time.DateTime date, java.lang.Double value)
           
 
Method Summary
 org.joda.time.DateTime getDate()
           
 java.lang.Double getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticHistoryEntry

public StatisticHistoryEntry(org.joda.time.DateTime date,
                             java.lang.Double value)
Method Detail

getDate

public org.joda.time.DateTime getDate()

getValue

public java.lang.Double getValue()


Copyright © 2007-2013 Atlassian. All Rights Reserved.