Class AggregatedTestResultAction

All Implemented Interfaces:
Action, HealthReportingAction, ModelObject, Badgeable, 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