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

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

Uses of AbstractHealthDescriptor in hudson.plugins.checkstyle
 

Subclasses of AbstractHealthDescriptor in hudson.plugins.checkstyle
 class CheckStyleHealthDescriptor
          A health descriptor for CheckStyle build results.
 

Uses of AbstractHealthDescriptor in hudson.plugins.checkstyle.util
 

Subclasses of AbstractHealthDescriptor in hudson.plugins.checkstyle.util
 class NullHealthDescriptor
          A HealthDescriptor that neither has the failure threshold nor the health report enabled.
 

Methods in hudson.plugins.checkstyle.util that return AbstractHealthDescriptor
 AbstractHealthDescriptor AbstractResultAction.getHealthDescriptor()
          Returns the healthDescriptor.
 

Constructors in hudson.plugins.checkstyle.util with parameters of type AbstractHealthDescriptor
AbstractResultAction(hudson.model.AbstractBuild<?,?> owner, AbstractHealthDescriptor healthDescriptor)
          Creates a new instance of AbstractResultAction.
AbstractResultAction(hudson.model.AbstractBuild<?,?> owner, AbstractHealthDescriptor healthDescriptor, T result)
          Creates a new instance of AbstractResultAction.
HealthReportBuilder(AbstractHealthDescriptor healthDescriptor)
          Creates a new instance of HealthReportBuilder.
 



Copyright © 2008. All Rights Reserved.