Class NewVersusFixedPieChart

java.lang.Object
io.jenkins.plugins.analysis.core.charts.NewVersusFixedPieChart

public class NewVersusFixedPieChart extends Object
Builds the model for a pie chart showing the number of new, fixed, and outstanding issues.
Author:
Ullrich Hafner
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    edu.hm.hafner.echarts.PieChartModel
    create(edu.hm.hafner.analysis.Report newIssues, edu.hm.hafner.analysis.Report outstandingIssues, edu.hm.hafner.analysis.Report fixedIssues)
    Creates the chart for the specified result.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NewVersusFixedPieChart

      public NewVersusFixedPieChart()
  • Method Details

    • create

      public edu.hm.hafner.echarts.PieChartModel create(edu.hm.hafner.analysis.Report newIssues, edu.hm.hafner.analysis.Report outstandingIssues, edu.hm.hafner.analysis.Report fixedIssues)
      Creates the chart for the specified result.
      Parameters:
      newIssues - all new issues
      outstandingIssues - all outstanding issues
      fixedIssues - all fixed issues
      Returns:
      the chart model