Class 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.- Author:
- Ullrich Hafner
-
-
Constructor Summary
Constructors Constructor Description NewVersusFixedPieChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
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
-
-