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

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

Uses of JavaPackage in hudson.plugins.findbugs
 

Methods in hudson.plugins.findbugs that return JavaPackage
 JavaPackage PackageDetail.getPackage()
          Returns the maven module.
 

Methods in hudson.plugins.findbugs that return types with arguments of type JavaPackage
 java.util.Collection<JavaPackage> ModuleDetail.getPackages()
          Returns the packages of this module.
 java.util.Collection<JavaPackage> FindBugsResult.getPackages()
          Returns the packages of this project.
 

Constructors in hudson.plugins.findbugs with parameters of type JavaPackage
PackageDetail(hudson.model.AbstractBuild<?,?> owner, JavaPackage javaPackage)
          Creates a new instance of ModuleDetail.
 

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

Methods in hudson.plugins.findbugs.util.model that return JavaPackage
 JavaPackage MavenModule.getPackage(java.lang.String packageName)
          Gets the package with the given name.
 JavaPackage JavaProject.getPackage(java.lang.String name)
          Returns the package with the given name.
 

Methods in hudson.plugins.findbugs.util.model that return types with arguments of type JavaPackage
 java.util.Collection<JavaPackage> MavenModule.getPackages()
          Gets the packages of this module that have annotations.
 java.util.Collection<JavaPackage> JavaProject.getPackages()
          Gets the packages of this project that have annotations.
 



Copyright © 2008. All Rights Reserved.