com.atlassian.bamboo.charts
Interface ChartManager
- All Known Implementing Classes:
- DefaultChartManager
public interface ChartManager
getReportKey
@Nullable
String getReportKey(Map<String,String[]> context)
getReport
com.atlassian.plugin.ModuleDescriptor getReport(String reportKey)
getAvailableReports
List<ReportCollectorModuleDescriptor> getAvailableReports()
prepareResultList
List<ResultsSummary> prepareResultList(Map<String,String[]> contextMap)
getReportCollector
@Nullable
ReportCollector getReportCollector(List<ResultsSummary> resultsList,
Map<String,String[]> contextMap)
getReportData
Map<String,Object> getReportData(@NotNull
org.jfree.data.xy.XYDataset dataSet,
@NotNull
Map<String,String[]> contextMap)
getReportData
@NotNull
Map<String,Object> getReportData(@NotNull
org.jfree.data.xy.XYDataset dataSet,
@NotNull
String reportKey)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.