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 Summary
Constructors Constructor Description ItemPieChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.hm.hafner.echarts.PieChartModel
create(Report report, Item item)
Creates the chart for the specified item.
-
-
-
Method Detail
-
create
public edu.hm.hafner.echarts.PieChartModel create(Report report, Item item)
Creates the chart for the specified item.- Parameters:
report
- the report of theReportResult
.item
- the item to build the pie chart for.- Returns:
- the chart model
-
-