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

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

public class RapidChartResource
extends java.lang.Object


Constructor Summary
RapidChartResource(com.atlassian.jira.security.JiraAuthenticationContext authContext, RapidChartFactory rapidChartFactory, CumulativeFlowChartModelFactory cumulativeFlowChartModelFactory)
           
 
Method Summary
 javax.ws.rs.core.Response getCumulativeFlowData(java.lang.Long rapidViewId)
           
 javax.ws.rs.core.Response getPageData(java.lang.Long rapidViewId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RapidChartResource

public RapidChartResource(com.atlassian.jira.security.JiraAuthenticationContext authContext,
                          RapidChartFactory rapidChartFactory,
                          CumulativeFlowChartModelFactory cumulativeFlowChartModelFactory)
Method Detail

getPageData

public javax.ws.rs.core.Response getPageData(java.lang.Long rapidViewId)

getCumulativeFlowData

public javax.ws.rs.core.Response getCumulativeFlowData(java.lang.Long rapidViewId)


Copyright © 2007-2011 Atlassian. All Rights Reserved.