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

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

Uses of BuildResult in hudson.plugins.checkstyle
 

Subclasses of BuildResult in hudson.plugins.checkstyle
 class CheckStyleResult
          Represents the results of the Checkstyle analysis.
 

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

Uses of BuildResult in hudson.plugins.checkstyle.util
 

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

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