Class CompositeAggregator

java.lang.Object
io.qameta.allure.CompositeAggregator
All Implemented Interfaces:
Aggregator, Extension

@Deprecated public class CompositeAggregator extends Object implements Aggregator
Deprecated.
for removal. Use CompositeAggregator2 instead.
Composite aggregator extension. Can be used to process the list of aggregator.
Since:
2.0
  • Constructor Details

    • CompositeAggregator

      public CompositeAggregator(List<Aggregator> aggregators)
      Deprecated.
  • Method Details

    • aggregate

      public void aggregate(Configuration configuration, List<LaunchResults> launchesResults, Path outputDirectory) throws IOException
      Deprecated.
      Description copied from interface: Aggregator
      Process report data.
      Specified by:
      aggregate in interface Aggregator
      Parameters:
      configuration - the report configuration.
      launchesResults - all the parsed test results.
      outputDirectory - the report directory.
      Throws:
      IOException - if any occurs.