Uses of Interface
com.atlassian.bamboo.reports.collector.ReportCollector
-
Packages that use ReportCollector Package Description com.atlassian.bamboo.charts com.atlassian.bamboo.clover.reports.collector com.atlassian.bamboo.reports.collector com.atlassian.bamboo.ww2.actions.reports -
-
Uses of ReportCollector in com.atlassian.bamboo.charts
Methods in com.atlassian.bamboo.charts that return ReportCollector Modifier and Type Method Description @Nullable ReportCollectorChartManager. getReportCollector(List<ResultsSummary> resultsList, Map<String,String[]> contextMap)@Nullable ReportCollectorDefaultChartManager. getReportCollector(List<ResultsSummary> resultsList, Map<String,String[]> contextMap)Methods in com.atlassian.bamboo.charts that return types with arguments of type ReportCollector Modifier and Type Method Description com.atlassian.plugin.ModuleDescriptor<ReportCollector>ChartManager. getReport(String reportKey)com.atlassian.plugin.ModuleDescriptor<ReportCollector>DefaultChartManager. getReport(String reportKey) -
Uses of ReportCollector in com.atlassian.bamboo.clover.reports.collector
Classes in com.atlassian.bamboo.clover.reports.collector that implement ReportCollector Modifier and Type Class Description classCloverCoverageCollectorclassCloverLOCCollectorclassCloverNCLOCCollectorclassCloverPerBuildCoverageCollector -
Uses of ReportCollector in com.atlassian.bamboo.reports.collector
Classes in com.atlassian.bamboo.reports.collector that implement ReportCollector Modifier and Type Class Description classAbstractTimePeriodCollectorclassAgentUtilizationCollectorclassAverageDurationCollectorclassAverageQueuedDurationCollectorclassLabelUsageCountCollectorclassLabelUsageRatioCollectorclassNumberOfBuildFailureCollectorclassNumberOfBuildsCollectorclassNumberOfTestsCollectorclassRatioOfFailureWithLabelUsageCollectorclassRatioOfSuccessCollectorclassTimeToFixCollector -
Uses of ReportCollector in com.atlassian.bamboo.ww2.actions.reports
Methods in com.atlassian.bamboo.ww2.actions.reports that return types with arguments of type ReportCollector Modifier and Type Method Description com.atlassian.plugin.ModuleDescriptor<ReportCollector>ViewReport. getSelectedReport()
-