com.atlassian.greenhopper.web.rapid.chart
Class CumulativeFlowChartModel

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.rapid.chart.CumulativeFlowChartModel

public class CumulativeFlowChartModel
extends RestTemplate

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.

Author:
ahennecke

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

CumulativeFlowChartModel

public CumulativeFlowChartModel()


Copyright © 2007-2012 Atlassian. All Rights Reserved.