Uses of Class
hudson.plugins.findbugs.util.ParserResult

Packages that use ParserResult
hudson.plugins.findbugs   
hudson.plugins.findbugs.util   
 

Uses of ParserResult in hudson.plugins.findbugs
 

Methods in hudson.plugins.findbugs that return ParserResult
 ParserResult FindBugsReporter.perform(hudson.maven.MavenBuildProxy build, org.apache.maven.project.MavenProject pom, hudson.maven.MojoInfo mojo, PluginLogger logger)
          Performs the publishing of the results of this plug-in.
 

Methods in hudson.plugins.findbugs with parameters of type ParserResult
 FindBugsResult FindBugsResultBuilder.build(hudson.model.AbstractBuild<?,?> build, ParserResult project, java.lang.String defaultEncoding)
          Creates a result that persists the FindBugs information for the specified build.
 FindBugsMavenResult FindBugsResultBuilder.buildMaven(hudson.model.AbstractBuild<?,?> build, ParserResult project, java.lang.String defaultEncoding)
          Creates a result that persists the FindBugs information for the specified m2 build.
protected  BuildResult FindBugsReporter.persistResult(ParserResult project, hudson.maven.MavenBuild build)
          Persists the result in the build (on the master).
 

Constructors in hudson.plugins.findbugs with parameters of type ParserResult
FindBugsMavenResult(hudson.model.AbstractBuild<?,?> build, java.lang.String defaultEncoding, ParserResult result)
          Creates a new instance of FindBugsMavenResult.
FindBugsMavenResult(hudson.model.AbstractBuild<?,?> build, java.lang.String defaultEncoding, ParserResult result, FindBugsResult previous)
          Creates a new instance of FindBugsMavenResult.
FindBugsResult(hudson.model.AbstractBuild<?,?> build, java.lang.String defaultEncoding, ParserResult result)
          Creates a new instance of FindBugsResult.
FindBugsResult(hudson.model.AbstractBuild<?,?> build, java.lang.String defaultEncoding, ParserResult result, FindBugsResult previous)
          Creates a new instance of FindBugsResult.
 

Uses of ParserResult in hudson.plugins.findbugs.util
 

Methods in hudson.plugins.findbugs.util that return ParserResult
protected  ParserResult AbstractResultAction.createAggregatedResult(java.util.Map<hudson.maven.MavenModule,java.util.List<hudson.maven.MavenBuild>> moduleBuilds)
          Aggregates the results of the specified maven module builds.
protected  ParserResult AbstractResultAction.createResult()
          Factory method to create the result of this action.
 ParserResult FilesParser.invoke(java.io.File workspace, hudson.remoting.VirtualChannel channel)
          
protected abstract  ParserResult HealthAwareMavenReporter.perform(hudson.maven.MavenBuildProxy build, org.apache.maven.project.MavenProject pom, hudson.maven.MojoInfo mojo, PluginLogger logger)
          Performs the publishing of the results of this plug-in.
 

Methods in hudson.plugins.findbugs.util with parameters of type ParserResult
protected  void AbstractResultAction.addModule(ParserResult aggregatedResult, java.util.List<hudson.maven.MavenBuild> builds)
          Adds a new module to the specified project.
protected abstract  BuildResult HealthAwareMavenReporter.persistResult(ParserResult project, hudson.maven.MavenBuild build)
          Persists the result in the build (on the master).
 

Constructors in hudson.plugins.findbugs.util with parameters of type ParserResult
BuildResult(hudson.model.AbstractBuild<?,?> build, java.lang.String defaultEncoding, ParserResult result)
          Creates a new instance of BuildResult.
BuildResult(hudson.model.AbstractBuild<?,?> build, java.lang.String defaultEncoding, ParserResult result, BuildResult previous)
          Creates a new instance of BuildResult.
 



Copyright © 2009. All Rights Reserved.