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 CheckStyleMavenResult
          Represents the aggregated results of the Checkstyle analysis in m2 jobs.
 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.
 

Methods in hudson.plugins.checkstyle that return types with arguments of type BuildResult
protected  java.lang.Class<? extends ResultAction<? extends BuildResult>> CheckStyleResult.getResultActionType()
          Returns the actual type of the associated result action.
protected  java.lang.Class<? extends ResultAction<? extends BuildResult>> CheckStyleMavenResult.getResultActionType()
          Returns the actual type of the associated result action.
 

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.
 interface ResultAction<T extends BuildResult>
          Defines an action that is responsible for handling results of the given type T.
 

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).
 

Methods in hudson.plugins.checkstyle.util that return types with arguments of type BuildResult
protected abstract  java.lang.Class<? extends ResultAction<? extends BuildResult>> BuildResult.getResultActionType()
          Returns the actual type of the associated result action.
 

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