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

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

public class SprintBurndownModel
extends RestTemplate

The model for the Soprint Burndown Chart.


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 completeTime
          the time (ms / UTC) of the complete date of the sprint
 java.lang.Long endTime
          the time (ms / UTC) of the end (projected) of the sprint
 java.util.Map<java.lang.String,java.lang.String> issueToParentKeys
          contains the mapping of issue keys to their parent issue key
 java.lang.String lastUserWhoClosedHtml
           
 java.lang.Long now
          the time (ms / UTC) at time of model generation
 java.util.SortedMap<java.lang.Long,java.util.List<BurndownStateChange>> openCloseChanges
           
 java.lang.Long startTime
          the time (ms / UTC) of the first change
 StatisticsFieldEntry statisticField
           
 WorkRateData workRateData
           
 
Constructor Summary
SprintBurndownModel()
           
 
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


startTime

public java.lang.Long startTime
the time (ms / UTC) of the first change


endTime

public java.lang.Long endTime
the time (ms / UTC) of the end (projected) of the sprint


completeTime

public java.lang.Long completeTime
the time (ms / UTC) of the complete date of the sprint


now

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


statisticField

public StatisticsFieldEntry statisticField

issueToParentKeys

public java.util.Map<java.lang.String,java.lang.String> issueToParentKeys
contains the mapping of issue keys to their parent issue key


workRateData

public WorkRateData workRateData

openCloseChanges

public java.util.SortedMap<java.lang.Long,java.util.List<BurndownStateChange>> openCloseChanges

lastUserWhoClosedHtml

public java.lang.String lastUserWhoClosedHtml
Constructor Detail

SprintBurndownModel

public SprintBurndownModel()


Copyright © 2007-2014 Atlassian. All Rights Reserved.