Uses of Class
hudson.plugins.analysis.core.AbstractHealthDescriptor

Packages that use AbstractHealthDescriptor
hudson.plugins.analysis.core   
hudson.plugins.analysis.graph   
 

Uses of AbstractHealthDescriptor in hudson.plugins.analysis.core
 

Subclasses of AbstractHealthDescriptor in hudson.plugins.analysis.core
 class NullHealthDescriptor
          A HealthDescriptor that neither has the failure threshold nor the health report enabled.
 

Methods in hudson.plugins.analysis.core that return AbstractHealthDescriptor
 AbstractHealthDescriptor ResultAction.getHealthDescriptor()
          Gets the associated health descriptor.
 AbstractHealthDescriptor NullBuildHistory.getHealthDescriptor()
           
 AbstractHealthDescriptor MavenResultAction.getHealthDescriptor()
           
 AbstractHealthDescriptor BuildHistory.getHealthDescriptor()
          Returns the health descriptor used for the builds.
 AbstractHealthDescriptor AbstractResultAction.getHealthDescriptor()
          Returns the healthDescriptor.
 

Constructors in hudson.plugins.analysis.core with parameters of type AbstractHealthDescriptor
AbstractResultAction(hudson.model.AbstractBuild<?,?> owner, AbstractHealthDescriptor healthDescriptor)
          Creates a new instance of AbstractResultAction.
AbstractResultAction(hudson.model.AbstractBuild<?,?> owner, AbstractHealthDescriptor healthDescriptor, T result)
          Creates a new instance of AbstractResultAction.
HealthReportBuilder(AbstractHealthDescriptor healthDescriptor)
          Creates a new instance of HealthReportBuilder.
 

Uses of AbstractHealthDescriptor in hudson.plugins.analysis.graph
 

Methods in hudson.plugins.analysis.graph that return AbstractHealthDescriptor
 AbstractHealthDescriptor GraphConfigurationView.getHealthDescriptor()
          Returns the current health descriptor.
 

Constructors in hudson.plugins.analysis.graph with parameters of type AbstractHealthDescriptor
HealthGraph(AbstractHealthDescriptor healthDescriptor)
          Creates a new instance of HealthGraph.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.