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.modulesAll maven modules in this Hudson by their names.protected Map<ModuleName,AbstractMavenBuilder.FilterImpl> AbstractMavenBuilder.proxiesprotected final Map<ModuleName,List<MavenReporter>> AbstractMavenBuilder.reportersprotected final Map<ModuleName,MavenBuild.ProxyImpl2> AbstractMavenBuilder.sourceProxiesKept so that we can finalize them in the end method.Methods in hudson.maven that return ModuleNameModifier and TypeMethodDescriptionstatic ModuleNameModuleName.fromFileSystemName(String n) static ModuleNameModuleName.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 TypeMethodDescriptionvoidUnbuiltModuleAction.addUnbuiltModule(ModuleName moduleName) intModuleName.compareTo(ModuleName that) booleanUnbuiltModuleAction.removeUnbuildModule(ModuleName moduleName) Constructors in hudson.maven with parameters of type ModuleNameModifierConstructorDescriptionModuleDependency(ModuleName name, String version) ModuleDependency(ModuleName name, String version, boolean plugin)