public class BurndownChange extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BurndownChange.BurndownChangeBuilder |
Modifier and Type | Field and Description |
---|---|
Boolean |
added
true: added to sprint or epic
false: removed from sprint or epic
|
ColumnChange |
column |
org.joda.time.DateTime |
date |
String |
key
issue key
|
BaseStatisticChange |
statC
Statistic value change
|
TimeTrackingChange |
timeC
Statistic value change
|
Constructor and Description |
---|
BurndownChange() |
Modifier and Type | Method and Description |
---|---|
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.
|
public org.joda.time.DateTime date
public String key
public BaseStatisticChange statC
public TimeTrackingChange timeC
public Boolean added
public ColumnChange column
public void mergeChanges(BurndownChange other)
public boolean canMergeChange(BurndownChange other)
public org.joda.time.DateTime getDate()
public static BurndownChange.BurndownChangeBuilder builder()
Copyright © 2007–2015 Atlassian. All rights reserved.