Klasse SeverityTrendChart
java.lang.Object
io.jenkins.plugins.analysis.core.charts.SeverityTrendChart
- Alle implementierten Schnittstellen:
TrendChart
Builds the model for a trend chart showing all issues by severity for a given number of builds.
- Autor:
- Ullrich Hafner
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungedu.hm.hafner.echarts.LinesChartModel
aggregate
(List<Iterable<? extends edu.hm.hafner.echarts.BuildResult<AnalysisBuildResult>>> results, edu.hm.hafner.echarts.ChartModelConfiguration configuration) Creates the chart for the specified list of results.edu.hm.hafner.echarts.LinesChartModel
create
(Iterable<? extends edu.hm.hafner.echarts.BuildResult<AnalysisBuildResult>> results, edu.hm.hafner.echarts.ChartModelConfiguration configuration) Creates the chart for the specified results.
-
Konstruktordetails
-
SeverityTrendChart
public SeverityTrendChart()
-
-
Methodendetails
-
create
public edu.hm.hafner.echarts.LinesChartModel create(Iterable<? extends edu.hm.hafner.echarts.BuildResult<AnalysisBuildResult>> results, edu.hm.hafner.echarts.ChartModelConfiguration configuration) Beschreibung aus Schnittstelle kopiert:TrendChart
Creates the chart for the specified results.- Angegeben von:
create
in SchnittstelleTrendChart
- Parameter:
results
- the analysis results to renderconfiguration
- the chart configuration to be used- Gibt zurück:
- the chart model
-
aggregate
public edu.hm.hafner.echarts.LinesChartModel aggregate(List<Iterable<? extends edu.hm.hafner.echarts.BuildResult<AnalysisBuildResult>>> results, edu.hm.hafner.echarts.ChartModelConfiguration configuration) Creates the chart for the specified list of results.- Parameter:
results
- the analysis results to renderconfiguration
- the chart configuration to be used- Gibt zurück:
- the chart model
-