Class AggregatedTestResultAction

java.lang.Object
hudson.tasks.test.AbstractTestResultAction
hudson.tasks.test.AggregatedTestResultAction
All Implemented Interfaces:
Action, HealthReportingAction, ModelObject, RunAction2

@ExportedBean public abstract class AggregatedTestResultAction extends AbstractTestResultAction
AbstractTestResultAction that aggregates all the test results from the corresponding Runs.

(This has nothing to do with AggregatedTestResultPublisher, unfortunately)

Author:
Kohsuke Kawaguchi