Package org.jenkinsci.plugins.codedx
Class CodeDxResult
- java.lang.Object
-
- org.jenkinsci.plugins.codedx.CodeDxResult
-
public class CodeDxResult extends Object
- Author:
- ademartini This file is heavily derived from the sloccount-plugin (author: lordofthepigs)
-
-
Constructor Summary
Constructors Constructor Description CodeDxResult(Map<String,CodeDxReportStatistics> statisticsMap, Run<?,?> owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Run<?,?>
getOwner()
CodeDxReportStatistics
getStatistics(String name)
Map<String,CodeDxReportStatistics>
getStatisticsMap()
boolean
isEmpty()
-
-
-
Constructor Detail
-
CodeDxResult
public CodeDxResult(Map<String,CodeDxReportStatistics> statisticsMap, Run<?,?> owner)
-
-
Method Detail
-
getOwner
public Run<?,?> getOwner()
-
getStatistics
public CodeDxReportStatistics getStatistics(String name)
-
getStatisticsMap
public Map<String,CodeDxReportStatistics> getStatisticsMap()
-
isEmpty
public boolean isEmpty()
-
-