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

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.chart.ScopeChangeBurndownModel.BurndownChange
Enclosing class:
ScopeChangeBurndownModel

public static class ScopeChangeBurndownModel.BurndownChange
extends java.lang.Object


Field Summary
 ScopeChangeBurndownModel.ColumnChange column
           
 org.joda.time.DateTime date
           
 java.lang.String key
          issue key
 java.lang.Boolean sprint
          true: added to sprint false: removed from sprint
 ScopeChangeBurndownModel.BaseStatisticChange statC
          Statistic value change
 ScopeChangeBurndownModel.TimeTrackingChange timeC
          Statistic value change
 
Constructor Summary
ScopeChangeBurndownModel.BurndownChange()
           
 
Method Summary
 boolean canMergeChange(ScopeChangeBurndownModel.BurndownChange other)
           
 org.joda.time.DateTime getDate()
           
 void mergeChanges(ScopeChangeBurndownModel.BurndownChange other)
          Merges changes from another change into this change, overriding local values where defined in both.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

date

public org.joda.time.DateTime date

key

public java.lang.String key
issue key


statC

public ScopeChangeBurndownModel.BaseStatisticChange statC
Statistic value change


timeC

public ScopeChangeBurndownModel.TimeTrackingChange timeC
Statistic value change


sprint

public java.lang.Boolean sprint
true: added to sprint false: removed from sprint


column

public ScopeChangeBurndownModel.ColumnChange column
Constructor Detail

ScopeChangeBurndownModel.BurndownChange

public ScopeChangeBurndownModel.BurndownChange()
Method Detail

mergeChanges

public void mergeChanges(ScopeChangeBurndownModel.BurndownChange other)
Merges changes from another change into this change, overriding local values where defined in both.


canMergeChange

public boolean canMergeChange(ScopeChangeBurndownModel.BurndownChange other)

getDate

public org.joda.time.DateTime getDate()


Copyright © 2007-2012 Atlassian. All Rights Reserved.