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

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

Uses of BuildResult in hudson.plugins.findbugs
 

Subclasses of BuildResult in hudson.plugins.findbugs
 class FindBugsResult
          Represents the results of the FindBugs analysis.
 

Methods in hudson.plugins.findbugs that return BuildResult
 BuildResult FindBugsPublisher.perform(hudson.model.AbstractBuild<?,?> build, PluginLogger logger)
          Performs the publishing of the results of this plug-in.
protected  BuildResult FindBugsReporter.persistResult(ParserResult project, hudson.maven.MavenBuild build)
          Persists the result in the build (on the master).
 

Uses of BuildResult in hudson.plugins.findbugs.util
 

Classes in hudson.plugins.findbugs.util with type parameters of type BuildResult
 class AbstractResultAction<T extends BuildResult>
          Controls the live cycle of Hudson results.
 

Methods in hudson.plugins.findbugs.util that return BuildResult
protected abstract  BuildResult HealthAwarePublisher.perform(hudson.model.AbstractBuild<?,?> build, PluginLogger logger)
          Performs the publishing of the results of this plug-in.
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 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.