Class ItemPieChart

java.lang.Object
io.jenkins.plugins.reporter.charts.ItemPieChart

public class ItemPieChart extends Object
Builds the model for a pie chart showing the attributes of an item.
Author:
Simon Symhoven
  • Constructor Details

    • ItemPieChart

      public ItemPieChart()
  • Method Details

    • create

      public edu.hm.hafner.echarts.PieChartModel create(Report report, Item item)
      Creates the chart for the specified item.
      Parameters:
      report - the report of the ReportResult.
      item - the item to build the pie chart for.
      Returns:
      the chart model