Uses of Class
com.veracode.jenkins.plugin.data.DAScanHistory
-
Packages that use DAScanHistory Package Description com.veracode.jenkins.plugin com.veracode.jenkins.plugin.utils -
-
Uses of DAScanHistory in com.veracode.jenkins.plugin
Constructors in com.veracode.jenkins.plugin with parameters of type DAScanHistory Constructor Description DynamicAnalysisResultsAction(DAScanHistory scanHistory, String xmlApiHost)
Constructor for DynamicAnalysisResultsAction. -
Uses of DAScanHistory in com.veracode.jenkins.plugin.utils
Methods in com.veracode.jenkins.plugin.utils that return DAScanHistory Modifier and Type Method Description static DAScanHistory
XmlUtil. newDAScanHistory(String detailedReportXml, com.veracode.apiwrapper.dynamicanalysis.model.client.ScanOccurrenceInfo scanOccurrenceInfo, Run<?,?> build)
Get the scan results from the detailed report and scan occurrence result.
-