Uses of Class
io.jenkins.plugins.devopsportal.models.DependencyVulnerability
-
Packages that use DependencyVulnerability Package Description io.jenkins.plugins.devopsportal.models -
-
Uses of DependencyVulnerability in io.jenkins.plugins.devopsportal.models
Methods in io.jenkins.plugins.devopsportal.models that return types with arguments of type DependencyVulnerability Modifier and Type Method Description List<DependencyVulnerability>VulnerabilityAnalysisResult. add(String fileName)Map<String,List<DependencyVulnerability>>VulnerabilityAnalysisResult. getItems()List<DependencyVulnerability>VulnerabilityAnalysisResult. getVulnerabilitiesByDependency(String dependency)
-