Uses of Interface
hudson.model.HealthReportingAction

Packages that use HealthReportingAction
hudson.maven.reporters   
hudson.tasks.junit Model objects that represent JUnit test reports. 
hudson.tasks.test Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). 
 

Uses of HealthReportingAction in hudson.maven.reporters
 

Classes in hudson.maven.reporters that implement HealthReportingAction
 class SurefireAggregatedReport
          MavenAggregatedReport for surefire report.
 class SurefireReport
          Action that displays surefire test result.
 

Uses of HealthReportingAction in hudson.tasks.junit
 

Classes in hudson.tasks.junit that implement HealthReportingAction
 class TestResultAction
          Action that displays the JUnit test result.
 

Uses of HealthReportingAction in hudson.tasks.test
 

Classes in hudson.tasks.test that implement HealthReportingAction
 class AbstractTestResultAction<T extends AbstractTestResultAction>
          Common base class for recording test result.
 class AggregatedTestResultAction
          AbstractTestResultAction that aggregates all the test results from the corresponding AbstractBuilds.
static class AggregatedTestResultPublisher.TestResultAction
          Action that serves the aggregated record.
 class MatrixTestResult
          Action that aggregates all the test results from MatrixRuns.
 



Copyright © 2004-2013. All Rights Reserved.