Package | Description |
---|---|
hudson.tasks.test |
Defines contracts that need to be implemented by a test reporting
action (such as the built-in JUnit one).
|
Modifier and Type | Field and Description |
---|---|
List<AggregatedTestResultAction.Child> |
AggregatedTestResultAction.children
child builds whose test results are used for aggregation.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractTestResultAction |
AggregatedTestResultAction.getChildReport(AggregatedTestResultAction.Child child)
Uses
AggregatedTestResultAction.resolveChild(Child) and obtain the
AbstractTestResultAction object for the given child. |
hudson.model.AbstractBuild<?,?> |
AggregatedTestResultAction.resolveChild(AggregatedTestResultAction.Child child)
Deprecated.
|
hudson.model.Run<?,?> |
AggregatedTestResultAction.resolveRun(AggregatedTestResultAction.Child child) |
Copyright © 2016–2022. All rights reserved.