Uses of Class
hudson.plugins.analysis.util.model.MavenModule

Packages that use MavenModule
hudson.plugins.analysis.util.model   
hudson.plugins.analysis.views   
 

Uses of MavenModule in hudson.plugins.analysis.util.model
 

Methods in hudson.plugins.analysis.util.model that return MavenModule
 MavenModule AnnotationContainer.getModule(int hashCode)
          Gets the module with the given hash code.
 MavenModule AnnotationContainer.getModule(String moduleName)
          Gets the module with the given name.
 

Methods in hudson.plugins.analysis.util.model that return types with arguments of type MavenModule
 Collection<MavenModule> AnnotationContainer.getModules()
          Gets the modules of this container that have annotations.
 

Methods in hudson.plugins.analysis.util.model with parameters of type MavenModule
 void JavaProject.addModule(MavenModule module)
          Adds the specified module with its annotations to this project.
 

Method parameters in hudson.plugins.analysis.util.model with type arguments of type MavenModule
 void JavaProject.addModules(Collection<MavenModule> modules)
          Adds the specified modules with their annotations to this project.
 

Uses of MavenModule in hudson.plugins.analysis.views
 

Constructors in hudson.plugins.analysis.views with parameters of type MavenModule
ModuleDetail(hudson.model.AbstractBuild<?,?> owner, DetailFactory detailFactory, MavenModule module, String defaultEncoding, String header)
          Creates a new instance of ModuleDetail.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.