Class AggregatedTestResultPublisher

All Implemented Interfaces:
ExtensionPoint, Describable<Publisher>, BuildStep

public class AggregatedTestResultPublisher extends Recorder
Aggregates downstream test reports into a single consolidated report, so that people can see the overall test results in one page when tests are scattered across many different jobs.
Author:
Kohsuke Kawaguchi