hudson.plugins.brakeman
Class BrakemanHealthDescriptor

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

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

A health descriptor for Brakeman results.

Author:
Maximilian Odendahl
See Also:
Serialized Form

Constructor Summary
BrakemanHealthDescriptor(hudson.plugins.analysis.core.HealthDescriptor healthDescriptor)
          Creates a new instance of BrakemanHealthDescriptor 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
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

BrakemanHealthDescriptor

public BrakemanHealthDescriptor(hudson.plugins.analysis.core.HealthDescriptor healthDescriptor)
Creates a new instance of BrakemanHealthDescriptor 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 © 2004-2012. All Rights Reserved.