Package io.qameta.allure
Class CommonCsvExportAggregator<T>
java.lang.Object
io.qameta.allure.CommonCsvExportAggregator<T>
- Type Parameters:
T- type of result bean.
- All Implemented Interfaces:
Aggregator,Extension
Deprecated.
Csv exporter extension. Can be used to process results in csv file
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaggregate(Configuration configuration, List<LaunchResults> launchesResults, Path outputDirectory) Deprecated.Process report data.getData(List<LaunchResults> launchesResults) Deprecated.
-
Constructor Details
-
CommonCsvExportAggregator
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.
-
getData
Deprecated.
-
CommonCsvExportAggregator2instead.