Uses of Interface
hudson.plugins.analysis.core.HealthDescriptor

Packages that use HealthDescriptor
hudson.plugins.analysis.core   
 

Uses of HealthDescriptor in hudson.plugins.analysis.core
 

Classes in hudson.plugins.analysis.core that implement HealthDescriptor
 class AbstractHealthDescriptor
          A base class for serializable health descriptors.
 class HealthAwareMavenReporter
          Deprecated. use HealthAwareReporter
 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 HealthAwareRecorder
          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 HealthAwareReporter<T extends BuildResult>
          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 NullHealthDescriptor
          A HealthDescriptor that neither has the failure threshold nor the health report enabled.
 

Methods in hudson.plugins.analysis.core with parameters of type HealthDescriptor
protected abstract  hudson.model.Action AnnotationsAggregator.createAction(HealthDescriptor healthDescriptor, String defaultEncoding, ParserResult aggregatedResult)
          Creates the action that will render the aggregated results.
 

Constructors in hudson.plugins.analysis.core with parameters of type HealthDescriptor
AbstractHealthDescriptor(HealthDescriptor healthDescriptor)
          Creates a new instance of AbstractHealthDescriptor based on the values of the specified descriptor.
AnnotationsAggregator(hudson.matrix.MatrixBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener, HealthDescriptor healthDescriptor, String defaultEncoding)
          Creates a new instance of AnnotationsAggregator.
NullHealthDescriptor(HealthDescriptor descriptor)
          Creates a new instance of NullHealthDescriptor.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.