Class DependencyVulnerability
- java.lang.Object
-
- io.jenkins.plugins.devopsportal.models.DependencyVulnerability
-
- All Implemented Interfaces:
Serializable
public class DependencyVulnerability extends Object implements Serializable
A record for a dependency with known vulnerabilities- Author:
- Rémi BELLO <remi@evolya.fr>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DependencyVulnerability(String name, String severity, List<String> tags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDependencyName(String token)StringgetName()StringgetProjectName(String token)StringgetSeverity()List<String>getTags()
-