Uses of Class
org.jenkinsci.plugins.codedx.model.CodeDxReportStatistics
-
Packages that use CodeDxReportStatistics Package Description org.jenkinsci.plugins.codedx -
-
Uses of CodeDxReportStatistics in org.jenkinsci.plugins.codedx
Methods in org.jenkinsci.plugins.codedx that return CodeDxReportStatistics Modifier and Type Method Description CodeDxReportStatisticsCodeDxResult. getStatistics(String name)Methods in org.jenkinsci.plugins.codedx that return types with arguments of type CodeDxReportStatistics Modifier and Type Method Description Map<String,CodeDxReportStatistics>CodeDxResult. getStatisticsMap()Methods in org.jenkinsci.plugins.codedx with parameters of type CodeDxReportStatistics Modifier and Type Method Description static CodeDxDiffSummaryCodeDxDiffSummary. getDiffSummary(CodeDxReportStatistics previous, CodeDxReportStatistics current, String name, Comparator<CodeDxDiffGroup> comparator, Map<String,String> iconMap)Constructor parameters in org.jenkinsci.plugins.codedx with type arguments of type CodeDxReportStatistics Constructor Description CodeDxResult(Map<String,CodeDxReportStatistics> statisticsMap, Run<?,?> owner)
-