Class SeverityPieChart
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.charts.SeverityPieChart
-
public class SeverityPieChart extends Object
Builds the model for a pie chart showing the distribution of issues by severity.- Author:
- Ullrich Hafner
-
-
Constructor Summary
Constructors Constructor Description SeverityPieChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.hm.hafner.echarts.PieChartModel
create(edu.hm.hafner.analysis.Report report)
Creates the chart for the specified result.
-