Uses of Class
io.jenkins.plugins.analysis.core.util.IssuesStatistics
Packages that use 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
Methods in io.jenkins.plugins.analysis.core.charts that return 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 IssuesStatisticsModifier 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.Methods in io.jenkins.plugins.analysis.core.util that return types with arguments of type IssuesStatisticsModifier 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.Methods in io.jenkins.plugins.analysis.core.util with parameters of type IssuesStatisticsModifier and TypeMethodDescriptionIssuesStatistics.aggregate(IssuesStatistics other) Aggregates the specified statistics with this statistics to a new instance, that contains all totals summed up.intIssuesStatistics.StatisticProperties.get(IssuesStatistics statistics) Returns the selected number of issues in the build.Constructors in io.jenkins.plugins.analysis.core.util with parameters of type IssuesStatisticsModifierConstructorDescriptionWarningsQualityGateEvaluator(Collection<? extends WarningsQualityGate> qualityGates, IssuesStatistics statistics) Creates a new instance ofWarningsQualityGateEvaluator.