Uses of Class
hudson.tasks.test.AggregatedTestResultAction.Child

Packages that use AggregatedTestResultAction.Child
hudson.maven.reporters   
hudson.tasks.test Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). 
 

Uses of AggregatedTestResultAction.Child in hudson.maven.reporters
 

Methods in hudson.maven.reporters with parameters of type AggregatedTestResultAction.Child
 SurefireReport SurefireAggregatedReport.getChildReport(AggregatedTestResultAction.Child child)
           
 MavenBuild SurefireAggregatedReport.resolveChild(AggregatedTestResultAction.Child child)
           
 

Uses of AggregatedTestResultAction.Child in hudson.tasks.test
 

Fields in hudson.tasks.test with type parameters of type AggregatedTestResultAction.Child
 List<AggregatedTestResultAction.Child> AggregatedTestResultAction.children
          child builds whose test results are used for aggregation.
 

Methods in hudson.tasks.test with parameters of type AggregatedTestResultAction.Child
protected  AbstractTestResultAction AggregatedTestResultAction.getChildReport(AggregatedTestResultAction.Child child)
          Uses AggregatedTestResultAction.resolveChild(Child) and obtain the AbstractTestResultAction object for the given child.
abstract  AbstractBuild<?,?> AggregatedTestResultAction.resolveChild(AggregatedTestResultAction.Child child)
           
 AbstractBuild<?,?> MatrixTestResult.resolveChild(AggregatedTestResultAction.Child child)
           
 



Copyright © 2004-2013. All Rights Reserved.