hudson.plugins.warnings
Class WarningsHealthDescriptor

java.lang.Object
  extended by hudson.plugins.warnings.util.AbstractHealthDescriptor
      extended by hudson.plugins.warnings.WarningsHealthDescriptor
All Implemented Interfaces:
HealthDescriptor, java.io.Serializable

public class WarningsHealthDescriptor
extends AbstractHealthDescriptor

A health descriptor for CheckStyle build results.

Author:
Ulli Hafner
See Also:
Serialized Form

Constructor Summary
WarningsHealthDescriptor(HealthDescriptor healthDescriptor)
          Creates a new instance of WarningsHealthDescriptor based on the values of the specified descriptor.
 
Method Summary
protected  org.jvnet.localizer.Localizable createDescription(AnnotationProvider result)
          Returns a localized description of the build health.
 
Methods inherited from class hudson.plugins.warnings.util.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

WarningsHealthDescriptor

public WarningsHealthDescriptor(HealthDescriptor healthDescriptor)
Creates a new instance of WarningsHealthDescriptor 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(AnnotationProvider result)
Returns a localized description of the build health.

Specified by:
createDescription in class AbstractHealthDescriptor
Parameters:
result - the result of the build
Returns:
a localized description of the build health


Copyright © 2009. All Rights Reserved.