Uses of Class
io.jenkins.plugins.analysis.core.util.IssuesStatistics
Package
Description
Provides server side logic and JSON models for the ECharts JS library.
-
Uses of IssuesStatistics in io.jenkins.plugins.analysis.core.charts
-
Uses of IssuesStatistics in io.jenkins.plugins.analysis.core.model
Modifier and TypeMethodDescriptionDeltaReport.getStatistics()
Returns statistics for the number of issues (total, new, delta).AnalysisResult.getTotals()
-
Uses of IssuesStatistics in io.jenkins.plugins.analysis.core.util
Modifier and TypeMethodDescriptionIssuesStatistics.aggregate
(IssuesStatistics other) Aggregates the specified statistics with this statistics to a new instance, that contains all totals summed up.IssuesStatisticsBuilder.build()
AnalysisBuildResult.getTotals()
Returns the total number of issues (by severity, new, total, fixed and delta) in a build.Modifier and TypeMethodDescriptionWarningsQualityGate.getActualSizeMethodReference()
Returns the method that should be used to determine the actual number of issues in the build.IssuesStatistics.StatisticProperties.getSizeGetter()
Returns the method that should be used to determine the selected number of issues in the build.WarningsQualityGate.QualityGateType.getSizeGetter()
Returns the method that should be used to determine the actual number of issues in the build.Modifier and TypeMethodDescriptionIssuesStatistics.aggregate
(IssuesStatistics other) Aggregates the specified statistics with this statistics to a new instance, that contains all totals summed up.int
IssuesStatistics.StatisticProperties.get
(IssuesStatistics statistics) Returns the selected number of issues in the build.ModifierConstructorDescriptionWarningsQualityGateEvaluator
(Collection<? extends WarningsQualityGate> qualityGates, IssuesStatistics statistics) Creates a new instance ofWarningsQualityGateEvaluator
.