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

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

Uses of HealthDescriptor in hudson.plugins.tasks
 

Classes in hudson.plugins.tasks that implement HealthDescriptor
 class TasksHealthDescriptor
          A health descriptor for FindBugs build results.
 class TasksPublisher
          Publishes the results of the task scanner (freestyle project type).
 class TasksReporter
          Publishes the results of the task scanner (maven 2 project type).
 

Constructors in hudson.plugins.tasks with parameters of type HealthDescriptor
MavenTasksResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, java.lang.String defaultEncoding, java.lang.String high, java.lang.String normal, java.lang.String low)
          Creates a new instance of MavenTasksResultAction.
MavenTasksResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, java.lang.String defaultEncoding, java.lang.String high, java.lang.String normal, java.lang.String low, TasksResult result)
          Creates a new instance of MavenTasksResultAction.
TasksHealthDescriptor(HealthDescriptor healthDescriptor)
          Creates a new instance of TasksHealthDescriptor based on the values of the specified descriptor.
TasksResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor)
          Creates a new instance of TasksResultAction.
TasksResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, TasksResult result)
          Creates a new instance of TasksResultAction.
 

Uses of HealthDescriptor in hudson.plugins.tasks.util
 

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