public class CodeDxResult extends Object implements Serializable
Constructor and Description |
---|
CodeDxResult(Map<String,CodeDxReportStatistics> statisticsMap,
hudson.model.AbstractBuild<?,?> owner) |
Modifier and Type | Method and Description |
---|---|
hudson.model.AbstractBuild<?,?> |
getOwner() |
CodeDxReportStatistics |
getStatistics(String name) |
Map<String,CodeDxReportStatistics> |
getStatisticsMap() |
boolean |
isEmpty() |
public CodeDxResult(Map<String,CodeDxReportStatistics> statisticsMap, hudson.model.AbstractBuild<?,?> owner)
public hudson.model.AbstractBuild<?,?> getOwner()
public CodeDxReportStatistics getStatistics(String name)
public Map<String,CodeDxReportStatistics> getStatisticsMap()
public boolean isEmpty()
Copyright © 2004-2017. All Rights Reserved.