Uses of Class
hudson.plugins.warnings.util.HealthReportBuilder

Packages that use HealthReportBuilder
hudson.plugins.warnings   
hudson.plugins.warnings.util   
 

Uses of HealthReportBuilder in hudson.plugins.warnings
 

Constructors in hudson.plugins.warnings with parameters of type HealthReportBuilder
WarningsResultAction(hudson.model.AbstractBuild<?,?> owner, HealthReportBuilder healthReportBuilder)
          Creates a new instance of WarningsResultAction.
WarningsResultAction(hudson.model.AbstractBuild<?,?> owner, HealthReportBuilder healthReportBuilder, WarningsResult result)
          Creates a new instance of WarningsResultAction.
 

Uses of HealthReportBuilder in hudson.plugins.warnings.util
 

Methods in hudson.plugins.warnings.util that return HealthReportBuilder
protected  HealthReportBuilder HealthAwareMavenReporter.createHealthBuilder(java.lang.String reportSingleCount, java.lang.String reportMultipleCount)
          Creates a new instance of HealthReportBuilder.
protected  HealthReportBuilder HealthAwarePublisher.createHealthReporter(java.lang.String reportSingleCount, java.lang.String reportMultipleCount)
          Creates a new instance of HealthReportBuilder.
 HealthReportBuilder ResultAction.getHealthReportBuilder()
          Returns the associated health report builder.
 HealthReportBuilder AbstractResultAction.getHealthReportBuilder()
          Returns the associated health report builder.
 

Constructors in hudson.plugins.warnings.util with parameters of type HealthReportBuilder
AbstractResultAction(hudson.model.AbstractBuild<?,?> owner, HealthReportBuilder healthReportBuilder)
          Creates a new instance of AbstractResultAction.
AbstractResultAction(hudson.model.AbstractBuild<?,?> owner, HealthReportBuilder healthReportBuilder, T result)
          Creates a new instance of AbstractResultAction.
 



Copyright © 2008. All Rights Reserved.