Uses of Class
org.jenkinsci.plugins.DependencyCheck.tools.Version
Packages that use Version
-
Uses of Version in org.jenkinsci.plugins.DependencyCheck.tools
Fields in org.jenkinsci.plugins.DependencyCheck.tools declared as VersionModifier and TypeFieldDescriptionstatic final Version
Version.emptyVersion
The empty version "0.0.0".Methods in org.jenkinsci.plugins.DependencyCheck.tools that return VersionModifier and TypeMethodDescriptionstatic Version
Version.parseVersion
(String version) Parses a version identifier from the specified string.Methods in org.jenkinsci.plugins.DependencyCheck.tools with parameters of type Version