Class NewVersusFixedPieChart
java.lang.Object
io.jenkins.plugins.analysis.core.charts.NewVersusFixedPieChart
Builds the model for a pie chart showing the number of new, fixed, and outstanding issues.
- Author:
- Ullrich Hafner
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionedu.hm.hafner.echarts.PieChartModelcreate(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.
- 
Constructor Details- 
NewVersusFixedPieChartpublic NewVersusFixedPieChart()
 
- 
- 
Method Details- 
createpublic 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
 
 
-