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

Packages that use MavenModule
hudson.plugins.findbugs.util   
hudson.plugins.findbugs.util.model   
 

Uses of MavenModule in hudson.plugins.findbugs.util
 

Constructors in hudson.plugins.findbugs.util with parameters of type MavenModule
ModuleDetail(hudson.model.AbstractBuild<?,?> owner, MavenModule module, java.lang.String defaultEncoding, java.lang.String header)
          Creates a new instance of ModuleDetail.
 

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

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

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

Methods in hudson.plugins.findbugs.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.findbugs.util.model with type arguments of type MavenModule
 void JavaProject.addModules(java.util.Collection<MavenModule> modules)
          Adds the specified modules with their annotations to this project.
 



Copyright © 2009. All Rights Reserved.