Uses of Class
hudson.maven.ModuleDependency
Packages that use ModuleDependency
-
Uses of ModuleDependency in hudson.maven
Methods in hudson.maven that return ModuleDependencyModifier 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 theModuleDependencythat satisfies the constraint and has the highest version.ModuleDependency.withUnknownVersion()Returns groupId+artifactId plus unknown version.Methods in hudson.maven that return types with arguments of type ModuleDependencyModifier and TypeMethodDescriptionMavenModule.getDependencies()defensive copy ofModuleDependencyMethods in hudson.maven with parameters of type ModuleDependencyModifier and TypeMethodDescriptionbooleanModuleDependency.contains(ModuleDependency other) Checks whether this ModuleDependency is satisfied by the dependency of the given ModuleDependency.Method parameters in hudson.maven with type arguments of type ModuleDependencyModifier and TypeMethodDescriptionModuleDependency.findHighestFrom(Collection<ModuleDependency> candidates) Given a list of ModuleDependencies (of the same groupId and artifactId), picks theModuleDependencythat satisfies the constraint and has the highest version.