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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionedu.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.
-
Constructor Details
-
NewVersusFixedPieChart
public NewVersusFixedPieChart()
-
-
Method Details
-
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.- Parameters:
newIssues
- all new issuesoutstandingIssues
- all outstanding issuesfixedIssues
- all fixed issues- Returns:
- the chart model
-