Uses of Class
io.jenkins.plugins.checkpoint.cloudguard.report.CVE
-
Packages that use CVE Package Description io.jenkins.plugins.checkpoint.cloudguard.report -
-
Uses of CVE in io.jenkins.plugins.checkpoint.cloudguard.report
Methods in io.jenkins.plugins.checkpoint.cloudguard.report that return types with arguments of type CVE Modifier and Type Method Description ArrayList<CVE>
PackageDependencies. getMatch_cves()
ArrayList<CVE>
PackageDependencies. safeGetCVE()
Method parameters in io.jenkins.plugins.checkpoint.cloudguard.report with type arguments of type CVE Modifier and Type Method Description void
PackageDependencies. setMatch_cves(ArrayList<CVE> match_cves)
Constructor parameters in io.jenkins.plugins.checkpoint.cloudguard.report with type arguments of type CVE Constructor Description PackageDependencies(String name, String version, String operator, String line, String source, String severity, Remediation remediation, ArrayList<CVE> match_cves, ArrayList<PackageDependencies> dependenciesTree)
-