Class VersionProgressChartModelFactory
java.lang.Object
com.atlassian.greenhopper.web.rapid.chart.VersionProgressChartModelFactory
-
Constructor Summary
ConstructorsConstructorDescriptionVersionProgressChartModelFactory(EstimateStatisticService estimateStatisticService, FixVersionHistoryService fixVersionHistoryService, StatisticHistoryDataService statisticHistoryDataService, BurndownColumnChangeFactory burndownColumnChangeFactory, I18nFactoryService i18nFactoryService, com.atlassian.jira.timezone.TimeZoneManager timeZoneManager, WorkRateDataFactory workRateDataFactory, VersionEntryFactory versionEntryFactory, WorkingDaysService workingDaysService, RapidViewQueryService rapidViewQueryService, EstimableIssueDataService estimableIssueDataService, SprintIssueService sprintIssueService) -
Method Summary
Modifier and TypeMethodDescriptiongetVersionProgressChartModel(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, com.atlassian.jira.project.version.Version version)
-
Constructor Details
-
VersionProgressChartModelFactory
public VersionProgressChartModelFactory(EstimateStatisticService estimateStatisticService, FixVersionHistoryService fixVersionHistoryService, StatisticHistoryDataService statisticHistoryDataService, BurndownColumnChangeFactory burndownColumnChangeFactory, I18nFactoryService i18nFactoryService, com.atlassian.jira.timezone.TimeZoneManager timeZoneManager, WorkRateDataFactory workRateDataFactory, VersionEntryFactory versionEntryFactory, WorkingDaysService workingDaysService, RapidViewQueryService rapidViewQueryService, EstimableIssueDataService estimableIssueDataService, SprintIssueService sprintIssueService)
-
-
Method Details
-
getVersionProgressChartModel
public ServiceOutcome<VersionProgressChartModel> getVersionProgressChartModel(com.atlassian.jira.user.ApplicationUser user, @Nonnull RapidView rapidView, com.atlassian.jira.project.version.Version version)
-