Package io.qameta.allure
Class CommonMetricAggregator2
java.lang.Object
io.qameta.allure.CommonMetricAggregator2
- All Implemented Interfaces:
Aggregator2,Extension
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCommonMetricAggregator2(String fileName) protectedCommonMetricAggregator2(String location, String fileName) -
Method Summary
Modifier and TypeMethodDescriptionvoidaggregate(Configuration configuration, List<LaunchResults> launchesResults, ReportStorage storage) Process report data.protected StringgetData(List<LaunchResults> launchesResults)
-
Constructor Details
-
CommonMetricAggregator2
-
CommonMetricAggregator2
-
-
Method Details
-
aggregate
public void aggregate(Configuration configuration, List<LaunchResults> launchesResults, ReportStorage storage) Description copied from interface:Aggregator2Process report data.- Specified by:
aggregatein interfaceAggregator2- Parameters:
configuration- the report configuration.launchesResults- all the parsed test results.storage- the report storage.
-
getMetrics
-
getData
-