Interface Aggregator2

All Superinterfaces:
Extension
All Known Implementing Classes:
CommonCsvExportAggregator2, CommonJsonAggregator2, CommonMetricAggregator2, CompositeAggregator2
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Aggregator2 extends Extension
Aggregator extension. Can be used to process results and/or generate some data to report directory.
Since:
2.0
  • Method Details

    • aggregate

      void aggregate(Configuration configuration, List<LaunchResults> launchesResults, ReportStorage storage)
      Process report data.
      Parameters:
      configuration - the report configuration.
      launchesResults - all the parsed test results.
      storage - the report storage.