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

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

Uses of MavenModule in hudson.plugins.findbugs
 

Methods in hudson.plugins.findbugs that return types with arguments of type MavenModule
 java.util.Collection<MavenModule> FindBugsResult.getModules()
          Returns the modules of this project.
 

Uses of MavenModule in hudson.plugins.findbugs.parser
 

Methods in hudson.plugins.findbugs.parser that return MavenModule
 MavenModule NativeFindBugsParser.parse(java.io.InputStream file, java.lang.String moduleRoot, java.lang.String moduleName)
          Returns the parsed FindBugs analysis file.
 

Uses of MavenModule in hudson.plugins.findbugs.parser.maven
 

Methods in hudson.plugins.findbugs.parser.maven that return MavenModule
 MavenModule MavenFindBugsParser.parse(java.io.InputStream file, java.lang.String moduleName)
          Returns the parsed FindBugs analysis file.
 MavenModule MavenFindBugsParser.parse(java.io.InputStream file, java.lang.String moduleName, java.io.File workspace)
          Returns the parsed FindBugs analysis file.
 

Methods in hudson.plugins.findbugs.parser.maven with parameters of type MavenModule
 void MavenFindBugsParser.mapFiles(MavenModule mavenModule, java.lang.String[] files)
          Maps each class with an warning to a workspace file.
 

Uses of MavenModule in hudson.plugins.findbugs.util
 

Methods in hudson.plugins.findbugs.util that return MavenModule
 MavenModule ModuleDetail.getModule()
          Returns the maven module.
 

Constructors in hudson.plugins.findbugs.util with parameters of type MavenModule
ModuleDetail(hudson.model.AbstractBuild<?,?> owner, MavenModule module, 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 JavaProject.getModule(java.lang.String moduleName)
          Returns the maven module with the given name.
 

Methods in hudson.plugins.findbugs.util.model that return types with arguments of type MavenModule
 java.util.Collection<MavenModule> JavaProject.getModules()
          Gets the modules of this project 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.
 



Copyright © 2008. All Rights Reserved.