hudson.plugins.ccm
Class CcmHealthDescriptor

java.lang.Object
  extended by hudson.plugins.analysis.core.AbstractHealthDescriptor
      extended by hudson.plugins.ccm.CcmHealthDescriptor
All Implemented Interfaces:
hudson.plugins.analysis.core.HealthDescriptor, Serializable

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

A health descriptor for CCM build results.

Since:
3.0
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br
See Also:
Serialized Form

Constructor Summary
CcmHealthDescriptor(hudson.plugins.analysis.core.HealthDescriptor healthDescriptor)
           
 
Method Summary
protected  org.jvnet.localizer.Localizable createDescription(hudson.plugins.analysis.util.model.AnnotationProvider result)
           
 
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
 

Constructor Detail

CcmHealthDescriptor

public CcmHealthDescriptor(hudson.plugins.analysis.core.HealthDescriptor healthDescriptor)
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-2012 Jenkins. All Rights Reserved.