Interface Aggregator

All Superinterfaces:
Extension
All Known Implementing Classes:
CommonCsvExportAggregator, CommonJsonAggregator, CommonMetricAggregator, CompositeAggregator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

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

    Modifier and Type
    Method
    Description
    void
    aggregate(Configuration configuration, List<LaunchResults> launchesResults, Path outputDirectory)
    Deprecated.
    Process report data.
  • Method Details

    • aggregate

      void aggregate(Configuration configuration, List<LaunchResults> launchesResults, Path outputDirectory) throws IOException
      Deprecated.
      Process report data.
      Parameters:
      configuration - the report configuration.
      launchesResults - all the parsed test results.
      outputDirectory - the report directory.
      Throws:
      IOException - if any occurs.