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

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

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

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

    • NewVersusFixedPieChart Link icon

      public NewVersusFixedPieChart()
  • Method Details Link icon

    • create Link icon

      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