JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.jenkinsci.plugins.DependencyCheck.model.CvssV2
Packages that use
CvssV2
Package
Description
org.jenkinsci.plugins.DependencyCheck.model
Uses of
CvssV2
in
org.jenkinsci.plugins.DependencyCheck.model
Methods in
org.jenkinsci.plugins.DependencyCheck.model
that return
CvssV2
Modifier and Type
Method
Description
CvssV2
Vulnerability.
getCvssV2
()
Methods in
org.jenkinsci.plugins.DependencyCheck.model
with parameters of type
CvssV2
Modifier and Type
Method
Description
void
Vulnerability.
setCvssV2
(
CvssV2
cvssV2)