Class 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.
- Author:
- Ullrich Hafner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionedu.hm.hafner.echarts.PieChartModel
create
(edu.hm.hafner.analysis.Report report) Creates the chart for the specified result.
-
Constructor Details
-
SeverityPieChart
public SeverityPieChart()
-
-
Method Details
-
create
public edu.hm.hafner.echarts.PieChartModel create(edu.hm.hafner.analysis.Report report) Creates the chart for the specified result.- Parameters:
report
- the report to render- Returns:
- the chart model
-