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

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

public class EpicBurndownChartModel
extends RestTemplate


Field Summary
 java.util.SortedMap<java.lang.Long,java.util.List<BurndownChange>> changes
          time of column change (ms in UTC) => status changes happening at this point in time
 java.lang.Long epicCreationTime
          the time (ms / UTC) when the epic was created
 java.lang.String epicKey
           
 java.lang.String epicSummary
           
 java.lang.Long now
          the time (ms / UTC) at time of model generation
 java.util.List<SprintReportEntry> sprints
           
 StatisticsFieldEntry statisticField
           
 
Constructor Summary
EpicBurndownChartModel()
           
 
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

changes

public java.util.SortedMap<java.lang.Long,java.util.List<BurndownChange>> changes
time of column change (ms in UTC) => status changes happening at this point in time


sprints

public java.util.List<SprintReportEntry> sprints

epicCreationTime

public java.lang.Long epicCreationTime
the time (ms / UTC) when the epic was created


epicKey

public java.lang.String epicKey

epicSummary

public java.lang.String epicSummary

now

public java.lang.Long now
the time (ms / UTC) at time of model generation


statisticField

public StatisticsFieldEntry statisticField
Constructor Detail

EpicBurndownChartModel

public EpicBurndownChartModel()


Copyright © 2007-2014 Atlassian. All Rights Reserved.