Uses of Class
hudson.maven.ModuleDependency

Packages that use ModuleDependency
hudson.maven Maven support. 
 

Uses of ModuleDependency in hudson.maven
 

Methods in hudson.maven that return ModuleDependency
 ModuleDependency MavenModule.asDependency()
          Gets groupId+artifactId+version as ModuleDependency.
 ModuleDependency ModuleDependency.findHighestFrom(Collection<ModuleDependency> candidates)
          Given a list of ModuleDependencies (of the same groupId and artifactId), picks the ModuleDependency that satisfies the constraint and has the highest version.
 ModuleDependency ModuleDependency.withUnknownVersion()
          Returns groupId+artifactId plus unknown version.
 

Methods in hudson.maven with parameters of type ModuleDependency
 boolean ModuleDependency.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 ModuleDependency
 ModuleDependency ModuleDependency.findHighestFrom(Collection<ModuleDependency> candidates)
          Given a list of ModuleDependencies (of the same groupId and artifactId), picks the ModuleDependency that satisfies the constraint and has the highest version.
 



Copyright © 2004-2013. All Rights Reserved.