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

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

@Service
public class EpicReportModelFactory
extends ReportModelFactory

gets the data for the epic report


Constructor Summary
EpicReportModelFactory()
           
 
Method Summary
 ServiceOutcome<EpicReportModel> getEpicReportContents(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue epic)
           
 
Methods inherited from class com.atlassian.greenhopper.web.rapid.chart.ReportModelFactory
getStatFieldValue, getStatuses, isEstimable, isEstimated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EpicReportModelFactory

public EpicReportModelFactory()
Method Detail

getEpicReportContents

public ServiceOutcome<EpicReportModel> getEpicReportContents(com.atlassian.crowd.embedded.api.User user,
                                                             RapidView rapidView,
                                                             com.atlassian.jira.issue.Issue epic)


Copyright © 2007-2014 Atlassian. All Rights Reserved.