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 String
getDependencyName(String token)
String
getName()
String
getProjectName(String token)
String
getSeverity()
List<String>
getTags()
-