|
||||||||||
| 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.CumulativeFlowChartModel
public class CumulativeFlowChartModel
The model behind the CFD. As much as possible, this represents a condensed form of the raw status change data. Status changes are grouped by column (since that's what we actually care about, and columns/statuses are 1-n). All changes are pushed up with their exact timestamp. The client can then go off and draw it in the required granularity.
| Nested Class Summary | |
|---|---|
static class |
CumulativeFlowChartModel.ColumnEntry
Things we need to know about a column |
static class |
CumulativeFlowChartModel.IssueColumnChangeEntry
|
| Constructor Summary | |
|---|---|
CumulativeFlowChartModel()
|
|
| 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 |
| Constructor Detail |
|---|
public CumulativeFlowChartModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||