Uses of Interface
hudson.plugins.findbugs.util.HealthDescriptor

Packages that use HealthDescriptor
hudson.plugins.findbugs   
hudson.plugins.findbugs.util   
 

Uses of HealthDescriptor in hudson.plugins.findbugs
 

Classes in hudson.plugins.findbugs that implement HealthDescriptor
 class FindBugsHealthDescriptor
          A health descriptor for FindBugs build results.
 class FindBugsPublisher
          Publishes the results of the FindBugs analysis (freestyle project type).
 class FindBugsReporter
          Publishes the results of the FindBugs analysis (maven 2 project type).
 

Constructors in hudson.plugins.findbugs with parameters of type HealthDescriptor
FindBugsHealthDescriptor(HealthDescriptor healthDescriptor)
          Creates a new instance of FindBugsHealthDescriptor based on the values of the specified descriptor.
FindBugsResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor)
          Creates a new instance of FindBugsBuildAction.
FindBugsResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, FindBugsResult result)
          Creates a new instance of FindBugsBuildAction.
MavenFindBugsResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, java.lang.String height, FindBugsResult result)
          Creates a new instance of MavenFindBugsResultAction.
MavenFindBugsResultAction(hudson.maven.MavenModuleSetBuild owner, HealthDescriptor healthDescriptor, java.lang.String height)
          Creates a new instance of MavenFindBugsResultAction.
 

Uses of HealthDescriptor in hudson.plugins.findbugs.util
 

Classes in hudson.plugins.findbugs.util that implement HealthDescriptor
 class AbstractHealthDescriptor
          A base class for serializable health descriptors.
 class HealthAwareMavenReporter
          A base class for maven reporters with the following two characteristics: It provides a unstable threshold, that could be enabled and set in the configuration screen.
 class HealthAwarePublisher
          A base class for publishers with the following two characteristics: It provides a unstable threshold, that could be enabled and set in the configuration screen.
 class NullHealthDescriptor
          A HealthDescriptor that neither has the failure threshold nor the health report enabled.
 

Constructors in hudson.plugins.findbugs.util with parameters of type HealthDescriptor
AbstractHealthDescriptor(HealthDescriptor healthDescriptor)
          Creates a new instance of AbstractHealthDescriptor based on the values of the specified descriptor.
 



Copyright © 2008. All Rights Reserved.