hudson.plugins.findbugs
Class JavaProject

java.lang.Object
  extended by hudson.plugins.findbugs.JavaProject

public class JavaProject
extends java.lang.Object


Constructor Summary
JavaProject()
           
 
Method Summary
 void addModule(Module module)
           
 java.util.Collection<Module> getModules()
           
 int getNumberOfWarnings()
           
 int getNumberOfWarnings(java.lang.String packageName)
          Returns the number of warnings of the specified package.
 java.util.Collection<Warning> getWarnings(java.lang.String packageName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaProject

public JavaProject()
Method Detail

addModule

public final void addModule(Module module)

getModules

public java.util.Collection<Module> getModules()

getNumberOfWarnings

public int getNumberOfWarnings()

getNumberOfWarnings

public int getNumberOfWarnings(java.lang.String packageName)
Returns the number of warnings of the specified package.

Parameters:
packageName - the package to return the warnings for
Returns:
number of warnings of the specified package.

getWarnings

public java.util.Collection<Warning> getWarnings(java.lang.String packageName)


Copyright © 2007. All Rights Reserved.