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

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.chart.burndown.BurndownChange

public class BurndownChange
extends java.lang.Object


Nested Class Summary
static class BurndownChange.BurndownChangeBuilder
           
 
Field Summary
 java.lang.Boolean added
          true: added to sprint or epic false: removed from sprint or epic
 ColumnChange column
           
 org.joda.time.DateTime date
           
 java.lang.String key
          issue key
 BaseStatisticChange statC
          Statistic value change
 TimeTrackingChange timeC
          Statistic value change
 
Constructor Summary
BurndownChange()
           
 
Method Summary
static BurndownChange.BurndownChangeBuilder builder()
           
 boolean canMergeChange(BurndownChange other)
           
 org.joda.time.DateTime getDate()
           
 void mergeChanges(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 BaseStatisticChange statC
Statistic value change


timeC

public TimeTrackingChange timeC
Statistic value change


added

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


column

public ColumnChange column
Constructor Detail

BurndownChange

public BurndownChange()
Method Detail

mergeChanges

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


canMergeChange

public boolean canMergeChange(BurndownChange other)

getDate

public org.joda.time.DateTime getDate()

builder

public static BurndownChange.BurndownChangeBuilder builder()


Copyright © 2007-2014 Atlassian. All Rights Reserved.