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.
protected  Map<ModuleName,AbstractMavenBuilder.FilterImpl> AbstractMavenBuilder.proxies
           
protected  Map<ModuleName,List<MavenReporter>> AbstractMavenBuilder.reporters
           
protected  Map<ModuleName,MavenBuild.ProxyImpl2> AbstractMavenBuilder.sourceProxies
          Kept so that we can finalize them in the end method.
 

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 that return types with arguments of type ModuleName
 Collection<ModuleName> UnbuiltModuleAction.getUnbuildModules()
           
 

Methods in hudson.maven with parameters of type ModuleName
 void UnbuiltModuleAction.addUnbuiltModule(ModuleName moduleName)
           
 int ModuleName.compareTo(ModuleName that)
           
 boolean UnbuiltModuleAction.removeUnbuildModule(ModuleName moduleName)
           
 

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

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



Copyright © 2004-2013. All Rights Reserved.