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

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

public class HistoricSprintData
extends RestTemplate

Contains the data for the sprint report. Historic as in the values for each issue are according to the sprint end, not necessarily according to today's value of the issue.


Field Summary
 HistoricSprintReportContents contents
           
 SprintEditEntry sprint
           
 
Constructor Summary
HistoricSprintData()
           
 
Method Summary
 
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

contents

public HistoricSprintReportContents contents

sprint

public SprintEditEntry sprint
Constructor Detail

HistoricSprintData

public HistoricSprintData()


Copyright © 2007-2013 Atlassian. All Rights Reserved.