Uses of Class
hudson.maven.ModuleDependency
-
Uses of ModuleDependency in hudson.maven
Modifier and TypeMethodDescriptionMavenModule.asDependency()
Gets groupId+artifactId+version asModuleDependency
.ModuleDependency.findHighestFrom
(Collection<ModuleDependency> candidates) Given a list of ModuleDependencies (of the same groupId and artifactId), picks theModuleDependency
that satisfies the constraint and has the highest version.ModuleDependency.withUnknownVersion()
Returns groupId+artifactId plus unknown version.Modifier and TypeMethodDescriptionMavenModule.getDependencies()
defensive copy ofModuleDependency
Modifier and TypeMethodDescriptionboolean
ModuleDependency.contains
(ModuleDependency other) Checks whether this ModuleDependency is satisfied by the dependency of the given ModuleDependency.Modifier and TypeMethodDescriptionModuleDependency.findHighestFrom
(Collection<ModuleDependency> candidates) Given a list of ModuleDependencies (of the same groupId and artifactId), picks theModuleDependency
that satisfies the constraint and has the highest version.