Uses of Class
hudson.maven.ModuleName

Packages that use ModuleName
hudson.maven Maven support. 
 

Uses of ModuleName in hudson.maven
 

Fields in hudson.maven with type parameters of type ModuleName
 Map<ModuleName,MavenModule> ExecutedMojo.Cache.modules
          All maven modules in this Hudson by their names.
 

Methods in hudson.maven that return ModuleName
static ModuleName ModuleName.fromFileSystemName(String n)
           
static ModuleName ModuleName.fromString(String n)
           
 ModuleName MavenModule.getModuleName()
           
 ModuleName ModuleDependency.getName()
           
 

Methods in hudson.maven with parameters of type ModuleName
 int ModuleName.compareTo(ModuleName that)
           
 

Constructors in hudson.maven with parameters of type ModuleName
ModuleDependency(ModuleName name, String version)
           
 

Constructor parameters in hudson.maven with type arguments of type ModuleName
Maven3Builder(BuildListener listener, Map<ModuleName,MavenBuild.ProxyImpl2> proxies, Map<ModuleName,List<MavenReporter>> reporters, List<String> goals, Map<String,String> systemProps, MavenBuildInformation mavenBuildInformation)
           
Maven3Builder(BuildListener listener, Map<ModuleName,MavenBuild.ProxyImpl2> proxies, Map<ModuleName,List<MavenReporter>> reporters, List<String> goals, Map<String,String> systemProps, MavenBuildInformation mavenBuildInformation)
           
 



Copyright © 2004-2011. All Rights Reserved.