Uses of Class
com.atlassian.greenhopper.web.rapid.chart.ControlChartModelFactory
Packages that use ControlChartModelFactory
-
Uses of ControlChartModelFactory in com.atlassian.greenhopper.spring
Methods in com.atlassian.greenhopper.spring that return ControlChartModelFactoryModifier and TypeMethodDescriptionMainConfiguration.controlChartModelFactory(IssueStatusHistoryService issueStatusHistoryService, I18nFactoryService i18nFactoryService, RapidViewQueryService rapidViewQueryService, ColumnService columnService, SwimlaneService swimlaneService, ChartDataHelper chartDataHelper, WorkRateDataFactory workRateDataFactory, WorkRateService workRateService, com.atlassian.jira.search.issue.IssueDocumentSearchService issueDocumentSearchService) -
Uses of ControlChartModelFactory in com.atlassian.greenhopper.web.rapid.chart
Constructors in com.atlassian.greenhopper.web.rapid.chart with parameters of type ControlChartModelFactoryModifierConstructorDescriptionRapidChartResource(ControlChartModelFactory rapidChartFactory, CumulativeFlowChartModelFactory cumulativeFlowChartModelFactory, SprintBurndownModelFactory sprintBurndownModelFactory, VelocityChartModelFactory velocityChartModelFactory, RapidViewService rapidViewService, SprintService sprintService, HistoricSprintDataFactory historicSprintDataFactory, EpicReportModelFactory epicReportModelFactory, EpicProgressChartModelFactory epicProgressChartModelFactory, EpicBurndownChartModelFactory epicBurndownChartModelFactory, VersionProgressChartModelFactory versionProgressChartModelFactory, ReleaseBurndownChartModelFactory releaseBurndownChartModelFactory, IssueHelper issueHelper, com.atlassian.jira.project.version.VersionManager versionManager, VersionReportModelFactory versionReportModelFactory, VelocityChartSettingsService velocityChartSettingsService)