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

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

Uses of HealthDescriptor in hudson.plugins.warnings
 

Classes in hudson.plugins.warnings that implement HealthDescriptor
 class WarningsHealthDescriptor
          A health descriptor for CheckStyle build results.
 class WarningsPublisher
          Publishes the results of the warnings analysis (freestyle project type).
 

Constructors in hudson.plugins.warnings with parameters of type HealthDescriptor
WarningsHealthDescriptor(HealthDescriptor healthDescriptor)
          Creates a new instance of WarningsHealthDescriptor based on the values of the specified descriptor.
WarningsResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor)
          Creates a new instance of WarningsResultAction.
WarningsResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, WarningsResult result)
          Creates a new instance of WarningsResultAction.
 

Uses of HealthDescriptor in hudson.plugins.warnings.util
 

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

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



Copyright © 2008. All Rights Reserved.