Class BurndownChange
java.lang.Object
com.atlassian.greenhopper.web.rapid.chart.burndown.BurndownChange
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptiontrue: added to sprint or epic false: removed from sprint or epicorg.joda.time.DateTime
issue keyStatistic value changeStatistic value change -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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.
-
Field Details
-
date
public org.joda.time.DateTime date -
key
issue key -
statC
Statistic value change -
timeC
Statistic value change -
added
true: added to sprint or epic false: removed from sprint or epic -
column
-
-
Constructor Details
-
BurndownChange
public BurndownChange()
-
-
Method Details
-
mergeChanges
Merges changes from another change into this change, overriding local values where defined in both. -
canMergeChange
-
getDate
public org.joda.time.DateTime getDate() -
builder
-