Uses of Class
io.jenkins.plugins.analysis.core.util.IssuesStatistics
Packages that use IssuesStatistics
-
Uses of IssuesStatistics in io.jenkins.plugins.analysis.core.model
Methods in io.jenkins.plugins.analysis.core.model that return IssuesStatisticsModifier 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
Methods in io.jenkins.plugins.analysis.core.util that return IssuesStatisticsMethods in io.jenkins.plugins.analysis.core.util that return types with arguments of type IssuesStatisticsModifier and TypeMethodDescriptionQualityGate.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.QualityGate.QualityGateType.getSizeGetter()
Returns the method that should be used to determine the actual number of issues in the build.Methods in io.jenkins.plugins.analysis.core.util with parameters of type IssuesStatisticsModifier and TypeMethodDescriptionQualityGateEvaluator.evaluate
(IssuesStatistics report, QualityGateEvaluator.FormattedLogger logger) Enforces this quality gate for the specified run.int
IssuesStatistics.StatisticProperties.get
(IssuesStatistics statistics) Returns the selected number of issues in the build.