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.CvssV3
Packages that use
CvssV3
Package
Description
org.jenkinsci.plugins.DependencyCheck.model
Uses of
CvssV3
in
org.jenkinsci.plugins.DependencyCheck.model
Methods in
org.jenkinsci.plugins.DependencyCheck.model
that return
CvssV3
Modifier and Type
Method
Description
CvssV3
Vulnerability.
getCvssV3
()
Methods in
org.jenkinsci.plugins.DependencyCheck.model
with parameters of type
CvssV3
Modifier and Type
Method
Description
void
Vulnerability.
setCvssV3
(
CvssV3
cvssV3)