public interface ChartManager
Modifier and Type | Method and Description |
---|---|
List<ReportCollectorModuleDescriptor> |
getAvailableReports() |
com.atlassian.plugin.ModuleDescriptor |
getReport(String reportKey) |
ReportCollector |
getReportCollector(List<ResultsSummary> resultsList,
Map<String,String[]> contextMap) |
Map<String,Object> |
getReportData(org.jfree.data.xy.XYDataset dataSet,
Map<String,String[]> contextMap) |
Map<String,Object> |
getReportData(org.jfree.data.xy.XYDataset dataSet,
String reportKey) |
String |
getReportKey(Map<String,String[]> context) |
List<ResultsSummary> |
prepareResultList(Map<String,String[]> contextMap) |
com.atlassian.plugin.ModuleDescriptor getReport(String reportKey)
List<ReportCollectorModuleDescriptor> getAvailableReports()
List<ResultsSummary> prepareResultList(Map<String,String[]> contextMap)
@Nullable ReportCollector getReportCollector(List<ResultsSummary> resultsList, Map<String,String[]> contextMap)
Map<String,Object> getReportData(@NotNull org.jfree.data.xy.XYDataset dataSet, @NotNull Map<String,String[]> contextMap)
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.