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 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