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

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

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.
 JavaProject FindBugsPublisher.perform(hudson.model.AbstractBuild<?,?> build, java.io.PrintStream logger)
          Performs the publishing of the results of this plug-in.
 JavaProject FindBugsReporter.perform(hudson.maven.MavenBuildProxy build, org.apache.maven.project.MavenProject pom, hudson.maven.MojoInfo mojo, java.io.PrintStream logger)
          Performs the publishing of the results of this plug-in.
 

Methods in hudson.plugins.findbugs with parameters of type JavaProject
 FindBugsResult FindBugsResultBuilder.build(hudson.model.AbstractBuild<?,?> build, JavaProject project)
          Creates a result that persists the FindBugs information for the specified build.
protected  void FindBugsReporter.persistResult(JavaProject project, hudson.maven.MavenBuild build)
          Persists the result in the build (on the master).
 

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)
          
 

Uses of JavaProject in hudson.plugins.findbugs.util
 

Methods in hudson.plugins.findbugs.util that return JavaProject
 JavaProject FilesParser.invoke(java.io.File workspace, hudson.remoting.VirtualChannel channel)
          
protected abstract  JavaProject HealthAwarePublisher.perform(hudson.model.AbstractBuild<?,?> build, java.io.PrintStream logger)
          Performs the publishing of the results of this plug-in.
protected abstract  JavaProject HealthAwareMavenReporter.perform(hudson.maven.MavenBuildProxy build, org.apache.maven.project.MavenProject pom, hudson.maven.MojoInfo mojo, java.io.PrintStream logger)
          Performs the publishing of the results of this plug-in.
 

Methods in hudson.plugins.findbugs.util with parameters of type JavaProject
protected abstract  void HealthAwareMavenReporter.persistResult(JavaProject project, hudson.maven.MavenBuild build)
          Persists the result in the build (on the master).
 



Copyright © 2008. All Rights Reserved.