hudson.plugins.analysis.collector
Class AnalysisHealthDescriptor

java.lang.Object
  extended by hudson.plugins.analysis.core.AbstractHealthDescriptor
      extended by hudson.plugins.analysis.collector.AnalysisHealthDescriptor
All Implemented Interfaces:
hudson.plugins.analysis.core.HealthDescriptor, java.io.Serializable

public class AnalysisHealthDescriptor
extends hudson.plugins.analysis.core.AbstractHealthDescriptor

A health descriptor for the collected analysis results.

Author:
Ulli Hafner
See Also:
Serialized Form

Constructor Summary
AnalysisHealthDescriptor(hudson.plugins.analysis.core.HealthDescriptor healthDescriptor)
          Creates a new instance of AnalysisHealthDescriptor based on the values of the specified descriptor.
 
Method Summary
protected  org.jvnet.localizer.Localizable createDescription(hudson.plugins.analysis.util.model.AnnotationProvider result)
          
 
Methods inherited from class hudson.plugins.analysis.core.AbstractHealthDescriptor
getFailureThreshold, getHealthy, getHealthyAnnotations, getMinimumAnnotations, getMinimumPriority, getNewFailureThreshold, getNewThreshold, getThreshold, getUnHealthy, getUnHealthyAnnotations, isEnabled, isHealthyReportEnabled, isThresholdEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalysisHealthDescriptor

public AnalysisHealthDescriptor(hudson.plugins.analysis.core.HealthDescriptor healthDescriptor)
Creates a new instance of AnalysisHealthDescriptor based on the values of the specified descriptor.

Parameters:
healthDescriptor - the descriptor to copy the values from
Method Detail

createDescription

protected org.jvnet.localizer.Localizable createDescription(hudson.plugins.analysis.util.model.AnnotationProvider result)

Specified by:
createDescription in class hudson.plugins.analysis.core.AbstractHealthDescriptor


Copyright © 2010. All Rights Reserved.