Package io.qameta.allure
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.
Deprecated.
Aggregator extension. Can be used to process results and/or generate
some data to report directory.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidaggregate(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.
-
Aggregator2instead.