Klasse SeverityPieChart
java.lang.Object
io.jenkins.plugins.analysis.core.charts.SeverityPieChart
Builds the model for a pie chart showing the distribution of issues by severity.
- Autor:
- Ullrich Hafner
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungedu.hm.hafner.echarts.PieChartModel
create
(edu.hm.hafner.analysis.Report report) Creates the chart for the specified result.
-
Konstruktordetails
-
SeverityPieChart
public SeverityPieChart()
-
-
Methodendetails
-
create
public edu.hm.hafner.echarts.PieChartModel create(edu.hm.hafner.analysis.Report report) Creates the chart for the specified result.- Parameter:
report
- the report to render- Gibt zurück:
- the chart model
-