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

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

@Service
public class EpicProgressChartModelFactory
extends java.lang.Object

Factory for EpicProgressChartModel objects


Constructor Summary
EpicProgressChartModelFactory()
           
 
Method Summary
 ServiceOutcome<EpicProgressChartModel> getEpicProgressChartModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue epic)
          Get the epic progress chart model
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EpicProgressChartModelFactory

public EpicProgressChartModelFactory()
Method Detail

getEpicProgressChartModel

public ServiceOutcome<EpicProgressChartModel> getEpicProgressChartModel(com.atlassian.crowd.embedded.api.User user,
                                                                        RapidView rapidView,
                                                                        com.atlassian.jira.issue.Issue epic)
Get the epic progress chart model



Copyright © 2007-2013 Atlassian. All Rights Reserved.