|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.web.rapid.RestTemplate
com.atlassian.greenhopper.web.rapid.chart.ScopeChangeBurndownModel
public class ScopeChangeBurndownModel
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 |
|---|
public java.util.SortedMap<java.lang.Long,java.util.List<ScopeChangeBurndownModel.BurndownChange>> changes
public java.lang.Long startTime
public java.lang.Long endTime
public java.lang.Long completeTime
public java.lang.Long now
public StatisticsFieldEntry statisticField
public java.util.Map<java.lang.String,java.lang.String> issueToParentKeys
| Constructor Detail |
|---|
public ScopeChangeBurndownModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||