Uses of Class
io.jenkins.plugins.analysis.core.util.IssuesStatistics
-
Packages that use IssuesStatistics Package Description io.jenkins.plugins.analysis.core.model io.jenkins.plugins.analysis.core.util -
-
Uses of IssuesStatistics in io.jenkins.plugins.analysis.core.model
Methods in io.jenkins.plugins.analysis.core.model that return IssuesStatistics Modifier and Type Method Description IssuesStatistics
DeltaReport. getStatistics()
Returns statistics for the number of issues (total, new, delta).IssuesStatistics
AnalysisResult. getTotals()
-
Uses of IssuesStatistics in io.jenkins.plugins.analysis.core.util
Methods in io.jenkins.plugins.analysis.core.util that return IssuesStatistics Modifier and Type Method Description IssuesStatistics
IssuesStatisticsBuilder. build()
Methods in io.jenkins.plugins.analysis.core.util that return types with arguments of type IssuesStatistics Modifier and Type Method Description Function<IssuesStatistics,Integer>
QualityGate. getActualSizeMethodReference()
Returns the method that should be used to determine the actual number of issues in the build.Function<IssuesStatistics,Integer>
IssuesStatistics.StatisticProperties. getSizeGetter()
Returns the method that should be used to determine the selected number of issues in the build.Function<IssuesStatistics,Integer>
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 IssuesStatistics Modifier and Type Method Description QualityGateStatus
QualityGateEvaluator. 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.
-