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

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

Uses of BuildResult in hudson.plugins.warnings
 

Subclasses of BuildResult in hudson.plugins.warnings
 class WarningsResult
          Represents the results of the warning analysis.
 

Methods in hudson.plugins.warnings that return BuildResult
 BuildResult WarningsPublisher.perform(hudson.model.AbstractBuild<?,?> build, PluginLogger logger)
          Performs the publishing of the results of this plug-in.
 

Uses of BuildResult in hudson.plugins.warnings.util
 

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

Methods in hudson.plugins.warnings.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).
 

Methods in hudson.plugins.warnings.util with parameters of type BuildResult
protected  void AbstractResultAction.updateBuildHealth(hudson.maven.MavenBuild build, BuildResult buildResult)
          Updates the build status if the number of annotations exceeds one of the thresholds.
 

Constructors in hudson.plugins.warnings.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.