Class RatioOfFailureWithLabelUsageCollector
- java.lang.Object
-
- com.atlassian.bamboo.reports.collector.RatioOfFailureWithLabelUsageCollector
-
- All Implemented Interfaces:
ReportCollector
,BambooPluginModule
public class RatioOfFailureWithLabelUsageCollector extends Object implements ReportCollector
-
-
Constructor Summary
Constructors Constructor Description RatioOfFailureWithLabelUsageCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull org.jfree.data.general.Dataset
getDataset()
String
getPeriodRange()
void
setParams(@NotNull Map<String,String[]> params)
void
setResultsList(@NotNull List<? extends ResultsSummary> resultsList)
-
-
-
Method Detail
-
getDataset
@NotNull public @NotNull org.jfree.data.general.Dataset getDataset()
- Specified by:
getDataset
in interfaceReportCollector
-
setResultsList
public void setResultsList(@NotNull @NotNull List<? extends ResultsSummary> resultsList)
- Specified by:
setResultsList
in interfaceReportCollector
-
setParams
public void setParams(@NotNull @NotNull Map<String,String[]> params)
- Specified by:
setParams
in interfaceReportCollector
-
getPeriodRange
public String getPeriodRange()
Description copied from interface:ReportCollector
One ofAbstractTimePeriodGroupedChart.DAY
,AbstractTimePeriodGroupedChart.WEEK
andAbstractTimePeriodGroupedChart.MONTH
.- Specified by:
getPeriodRange
in interfaceReportCollector
- Returns:
-
-