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

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

Uses of AbstractHealthDescriptor in hudson.plugins.tasks
 

Subclasses of AbstractHealthDescriptor in hudson.plugins.tasks
 class TasksHealthDescriptor
          A health descriptor for FindBugs build results.
 

Uses of AbstractHealthDescriptor in hudson.plugins.tasks.util
 

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

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

Constructors in hudson.plugins.tasks.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 © 2009. All Rights Reserved.