Uses of Class
hudson.maven.ModuleName
Packages that use ModuleName
-
Uses of ModuleName in hudson.maven
Fields in hudson.maven with type parameters of type ModuleNameModifier and TypeFieldDescriptionfinal Map
<ModuleName, MavenModule> ExecutedMojo.Cache.modules
All maven modules in this Hudson by their names.protected Map
<ModuleName, AbstractMavenBuilder.FilterImpl> AbstractMavenBuilder.proxies
protected final Map
<ModuleName, List<MavenReporter>> AbstractMavenBuilder.reporters
protected final Map
<ModuleName, MavenBuild.ProxyImpl2> AbstractMavenBuilder.sourceProxies
Kept so that we can finalize them in the end method.Methods in hudson.maven that return ModuleNameModifier and TypeMethodDescriptionstatic ModuleName
ModuleName.fromFileSystemName
(String n) static ModuleName
ModuleName.fromString
(String n) MavenModule.getModuleName()
ModuleDependency.getName()
Methods in hudson.maven that return types with arguments of type ModuleNameMethods in hudson.maven with parameters of type ModuleNameModifier and TypeMethodDescriptionvoid
UnbuiltModuleAction.addUnbuiltModule
(ModuleName moduleName) int
ModuleName.compareTo
(ModuleName that) boolean
UnbuiltModuleAction.removeUnbuildModule
(ModuleName moduleName) Constructors in hudson.maven with parameters of type ModuleNameModifierConstructorDescriptionModuleDependency
(ModuleName name, String version) ModuleDependency
(ModuleName name, String version, boolean plugin)