Uses of Class
hudson.tasks.test.AggregatedTestResultAction.Child
Package
Description
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.tasks.test
Modifier and TypeFieldDescriptionAggregatedTestResultAction.children
child builds whose test results are used for aggregation.Modifier and TypeMethodDescriptionprotected AbstractTestResultAction
AggregatedTestResultAction.getChildReport
(AggregatedTestResultAction.Child child) UsesAggregatedTestResultAction.resolveChild(Child)
and obtain theAbstractTestResultAction
object for the given child.AbstractBuild<?,
?> AggregatedTestResultAction.resolveChild
(AggregatedTestResultAction.Child child) Deprecated.Run<?,
?> AggregatedTestResultAction.resolveRun
(AggregatedTestResultAction.Child child)