Klasse 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.
Autor:
Ullrich Hafner
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    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.

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • NewVersusFixedPieChart

      public NewVersusFixedPieChart()
  • Methodendetails

    • 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.
      Parameter:
      newIssues - all new issues
      outstandingIssues - all outstanding issues
      fixedIssues - all fixed issues
      Gibt zurück:
      the chart model