Uses of Interface
hudson.plugins.checkstyle.util.HealthDescriptor

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

Uses of HealthDescriptor in hudson.plugins.checkstyle
 

Classes in hudson.plugins.checkstyle that implement HealthDescriptor
 class CheckStyleHealthDescriptor
          A health descriptor for CheckStyle build results.
 class CheckStylePublisher
          Publishes the results of the Checkstyle analysis (freestyle project type).
 class CheckStyleReporter
          Publishes the results of the Checkstyle analysis (maven 2 project type).
 

Constructors in hudson.plugins.checkstyle with parameters of type HealthDescriptor
CheckStyleHealthDescriptor(HealthDescriptor healthDescriptor)
          Creates a new instance of CheckStyleHealthDescriptor based on the values of the specified descriptor.
CheckStyleResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor)
          Creates a new instance of CheckStyleResultAction.
CheckStyleResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, CheckStyleResult result)
          Creates a new instance of CheckStyleResultAction.
MavenCheckStyleResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, java.lang.String defaultEncoding)
          Creates a new instance of MavenCheckStyleResultAction.
MavenCheckStyleResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, java.lang.String defaultEncoding, CheckStyleResult result)
          Creates a new instance of MavenCheckStyleResultAction.
 

Uses of HealthDescriptor in hudson.plugins.checkstyle.util
 

Classes in hudson.plugins.checkstyle.util that implement HealthDescriptor
 class AbstractHealthDescriptor
          A base class for serializable health descriptors.
 class HealthAwareMavenReporter
          A base class for maven reporters with the following two characteristics: It provides a unstable threshold, that could be enabled and set in the configuration screen.
 class HealthAwarePublisher
          A base class for publishers with the following two characteristics: It provides a unstable threshold, that could be enabled and set in the configuration screen.
 class NullHealthDescriptor
          A HealthDescriptor that neither has the failure threshold nor the health report enabled.
 

Methods in hudson.plugins.checkstyle.util with parameters of type HealthDescriptor
 hudson.model.Result BuildResultEvaluator.evaluateBuildResult(PluginLogger logger, HealthDescriptor descriptor, java.util.Collection<FileAnnotation> allAnnotations, java.util.Collection<FileAnnotation> newAnnotations)
          Evaluates the build result.
 

Constructors in hudson.plugins.checkstyle.util with parameters of type HealthDescriptor
AbstractHealthDescriptor(HealthDescriptor healthDescriptor)
          Creates a new instance of AbstractHealthDescriptor based on the values of the specified descriptor.
 



Copyright © 2009. All Rights Reserved.