Class CumulativeFlowChartModelFactory
java.lang.Object
com.atlassian.greenhopper.web.rapid.chart.CumulativeFlowChartModelFactory
Factory to generate the model for the cumulative flow chart
-
Constructor Summary
ConstructorsConstructorDescriptionCumulativeFlowChartModelFactory(IssueStatusHistoryService issueStatusHistoryService, I18nFactoryService i18nFactoryService, ColumnService columnService, ChartDataHelper chartDataHelper, SwimlaneService swimlaneService, com.atlassian.jira.timezone.TimeZoneManager timeZoneManager) -
Method Summary
-
Constructor Details
-
CumulativeFlowChartModelFactory
public CumulativeFlowChartModelFactory(IssueStatusHistoryService issueStatusHistoryService, I18nFactoryService i18nFactoryService, ColumnService columnService, ChartDataHelper chartDataHelper, SwimlaneService swimlaneService, com.atlassian.jira.timezone.TimeZoneManager timeZoneManager)
-
-
Method Details
-
getCFDModel
public ServiceOutcome<CumulativeFlowChartModel> getCFDModel(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, Set<Long> columnIds, Set<Long> swimlaneIds, Set<Long> quickFilterIds)
-