Uses of Class
org.jenkinsci.plugins.DependencyCheck.model.Dependency
Packages that use Dependency
-
Uses of Dependency in org.jenkinsci.plugins.DependencyCheck.model
Methods in org.jenkinsci.plugins.DependencyCheck.model that return DependencyMethods in org.jenkinsci.plugins.DependencyCheck.model that return types with arguments of type DependencyModifier and TypeMethodDescriptionAnalysis.getDependencies()
Returns a read-only collection of all dependencies from the analysis.Methods in org.jenkinsci.plugins.DependencyCheck.model with parameters of type DependencyModifier and TypeMethodDescriptionvoid
Analysis.addDependency
(Dependency dependency) Adds a new dependency to this collection.Constructors in org.jenkinsci.plugins.DependencyCheck.model with parameters of type Dependency