Uses of Class
hudson.tasks.test.AggregatedTestResultAction.Child
Packages that use 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
Fields in hudson.tasks.test with type parameters of type AggregatedTestResultAction.ChildModifier and TypeFieldDescriptionAggregatedTestResultAction.children
child builds whose test results are used for aggregation.Methods in hudson.tasks.test with parameters of type AggregatedTestResultAction.ChildModifier 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)