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

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

Uses of HealthDescriptor in hudson.plugins.dry
 

Classes in hudson.plugins.dry that implement HealthDescriptor
 class DryHealthDescriptor
          A health descriptor for DRY build results.
 class DryPublisher
          Publishes the results of the duplicate code analysis (freestyle project type).
 class DryReporter
          Publishes the results of the duplicate code analysis (maven 2 project type).
 

Constructors in hudson.plugins.dry with parameters of type HealthDescriptor
DryHealthDescriptor(HealthDescriptor healthDescriptor)
          Creates a new instance of DryHealthDescriptor based on the values of the specified descriptor.
DryResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor)
          Creates a new instance of PmdResultAction.
DryResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, DryResult result)
          Creates a new instance of PmdResultAction.
MavenDryResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, java.lang.String height, java.lang.String defaultEncoding)
          Creates a new instance of MavenPmdResultAction.
MavenDryResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, java.lang.String height, java.lang.String defaultEncoding, DryResult result)
          Creates a new instance of MavenPmdResultAction.
 

Uses of HealthDescriptor in hudson.plugins.dry.util
 

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