Uses of Interface
com.atlassian.bamboo.charts.ChartManager
-
Packages that use ChartManager Package Description com.atlassian.bamboo.charts com.atlassian.bamboo.plugins.rest.resource com.atlassian.bamboo.ww2.actions.charts com.atlassian.bamboo.ww2.actions.reports -
-
Uses of ChartManager in com.atlassian.bamboo.charts
Classes in com.atlassian.bamboo.charts that implement ChartManager Modifier and Type Class Description class
DefaultChartManager
-
Uses of ChartManager in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type ChartManager Constructor Description ChartResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, CachedPlanManager cachedPlanManager, ChartManager chartManager)
-
Uses of ChartManager in com.atlassian.bamboo.ww2.actions.charts
Methods in com.atlassian.bamboo.ww2.actions.charts with parameters of type ChartManager Modifier and Type Method Description void
ViewReportChart. setChartManager(ChartManager chartManager)
-
Uses of ChartManager in com.atlassian.bamboo.ww2.actions.reports
Methods in com.atlassian.bamboo.ww2.actions.reports with parameters of type ChartManager Modifier and Type Method Description void
ViewReport. setChartManager(ChartManager chartManager)
-