hudson.plugins.analysis.core
Class NullHealthDescriptor
java.lang.Object
hudson.plugins.analysis.core.AbstractHealthDescriptor
hudson.plugins.analysis.core.NullHealthDescriptor
- All Implemented Interfaces:
- HealthDescriptor, Serializable
public class NullHealthDescriptor
- extends AbstractHealthDescriptor
A HealthDescriptor that neither has the failure threshold nor the
health report enabled.
- Author:
- Ulli Hafner
- See Also:
- Serialized Form
| Methods inherited from class hudson.plugins.analysis.core.AbstractHealthDescriptor |
getHealthy, getHealthyAnnotations, getLowerBoundOfThresholds, getMinimumPriority, getThresholds, getUnHealthy, getUnHealthyAnnotations, isEnabled, isHealthyReportEnabled, isThresholdEnabled, readResolve |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NULL_HEALTH_DESCRIPTOR
public static final NullHealthDescriptor NULL_HEALTH_DESCRIPTOR
- Shared null health descriptor.
NullHealthDescriptor
public NullHealthDescriptor()
- Creates a new instance of
NullHealthDescriptor.
NullHealthDescriptor
public NullHealthDescriptor(HealthDescriptor descriptor)
- Creates a new instance of
NullHealthDescriptor.
- Parameters:
descriptor - the wrapped descriptor
createDescription
protected org.jvnet.localizer.Localizable createDescription(AnnotationProvider result)
- Description copied from class:
AbstractHealthDescriptor
- 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 © 2004-2012 Hudson. All Rights Reserved.