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

Packages that use JavaProject
hudson.plugins.findbugs   
hudson.plugins.findbugs.parser   
 

Uses of JavaProject in hudson.plugins.findbugs
 

Methods in hudson.plugins.findbugs that return JavaProject
 JavaProject FindBugsResult.getPreviousResult()
          Returns the results of the previous build.
 JavaProject FindBugsResult.getProject()
          Returns the associated project of this result.
 

Constructors in hudson.plugins.findbugs with parameters of type JavaProject
FindBugsResult(hudson.model.AbstractBuild<?,?> build, JavaProject project)
          Creates a new instance of FindBugsResult.
FindBugsResult(hudson.model.AbstractBuild<?,?> build, JavaProject project, JavaProject previousProject, long highScore)
          Creates a new instance of FindBugsResult.
 

Uses of JavaProject in hudson.plugins.findbugs.parser
 

Methods in hudson.plugins.findbugs.parser that return JavaProject
 JavaProject FindBugsCollector.invoke(java.io.File workspace, hudson.remoting.VirtualChannel channel)
          
 



Copyright © 2008. All Rights Reserved.