Package io.qameta.allure
Class CompositeAggregator
java.lang.Object
io.qameta.allure.CompositeAggregator
- All Implemented Interfaces:
Aggregator,Extension
Deprecated.
Composite aggregator extension. Can be used to process the list of aggregator.
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaggregate(Configuration configuration, List<LaunchResults> launchesResults, Path outputDirectory) Deprecated.Process report data.
-
Constructor Details
-
CompositeAggregator
Deprecated.
-
-
Method Details
-
aggregate
public void aggregate(Configuration configuration, List<LaunchResults> launchesResults, Path outputDirectory) throws IOException Deprecated.Description copied from interface:AggregatorProcess report data.- Specified by:
aggregatein interfaceAggregator- Parameters:
configuration- the report configuration.launchesResults- all the parsed test results.outputDirectory- the report directory.- Throws:
IOException- if any occurs.
-
CompositeAggregator2instead.