Uses of Class
hudson.plugins.PerfPublisher.HealthDescriptor

Packages that use HealthDescriptor
hudson.plugins.PerfPublisher   
 

Uses of HealthDescriptor in hudson.plugins.PerfPublisher
 

Methods in hudson.plugins.PerfPublisher that return HealthDescriptor
 HealthDescriptor PerfPublisherBuildAction.getHealthDescriptor()
          Returns the healthDescriptor.
 

Methods in hudson.plugins.PerfPublisher with parameters of type HealthDescriptor
 hudson.model.HealthReport HealthReportBuilder.computeHealth(HealthDescriptor healthDescriptor, ReportContainer result)
          Computes the healthiness of a build based on the specified results.
 

Constructors in hudson.plugins.PerfPublisher with parameters of type HealthDescriptor
HealthReportBuilder(HealthDescriptor healthDescriptor)
          Creates a new instance of HealthReportBuilder.
PerfPublisherBuildAction(hudson.model.AbstractBuild<?,?> build, java.util.ArrayList<java.lang.String> files, java.io.PrintStream logger, HealthDescriptor healthDescriptor, java.util.Map<java.lang.String,java.lang.String> metrics)
           
 



Copyright © 2010. All Rights Reserved.