Class Dependency
java.lang.Object
org.jenkinsci.plugins.DependencyCheck.model.Dependency
- All Implemented Interfaces:
Serializable
Java Bean class for a Dependency found by DependencyCheck.
- Since:
- 5.0.0
- Author:
- Steve Springett (steve.springett@owasp.org)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addProjectReference
(String projectReference) void
addVulnerability
(Vulnerability vulnerability) boolean
getMd5()
getSha1()
int
hashCode()
void
setDescription
(String description) void
setFileName
(String fileName) void
setFilePath
(String filePath) void
setLicense
(String license) void
void
setProjectReferences
(List<String> projectReferences) void
void
void
setVulnerabilities
(List<Vulnerability> vulnerabilities) toString()
-
Constructor Details
-
Dependency
public Dependency()
-
-
Method Details
-
getFileName
-
setFileName
-
getFilePath
-
setFilePath
-
getMd5
-
setMd5
-
getSha1
-
setSha1
-
getSha256
-
setSha256
-
getDescription
-
setDescription
-
getLicense
-
setLicense
-
getVulnerabilities
-
setVulnerabilities
-
addVulnerability
-
getProjectReferences
-
setProjectReferences
-
addProjectReference
-
hashCode
public int hashCode() -
equals
-
toString
-