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

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

public class ScopeChangeBurndownModel
extends RestTemplate

The model for the Burndown Chart.


Nested Class Summary
static class ScopeChangeBurndownModel.BaseStatisticChange
           
static class ScopeChangeBurndownModel.BurndownChange
           
static class ScopeChangeBurndownModel.ColumnChange
           
static class ScopeChangeBurndownModel.TimeTrackingChange
           
 
Field Summary
 java.util.SortedMap<java.lang.Long,java.util.List<ScopeChangeBurndownModel.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.Long now
          the time (ms / UTC) at time of model generation
 java.lang.Long startTime
          the time (ms / UTC) of the first change
 StatisticsFieldEntry statisticField
           
 
Constructor Summary
ScopeChangeBurndownModel()
           
 
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<ScopeChangeBurndownModel.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

Constructor Detail

ScopeChangeBurndownModel

public ScopeChangeBurndownModel()


Copyright © 2007-2012 Atlassian. All Rights Reserved.