Package io.qameta.allure
Class CommonMetricAggregator
java.lang.Object
io.qameta.allure.CommonMetricAggregator
- All Implemented Interfaces:
Aggregator,Extension
Deprecated.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCommonMetricAggregator(String fileName) Deprecated.protectedCommonMetricAggregator(String location, String fileName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidaggregate(Configuration configuration, List<LaunchResults> launchesResults, Path outputDirectory) Deprecated.Process report data.protected StringgetData(List<LaunchResults> launchesResults) Deprecated.Deprecated.
-
Constructor Details
-
CommonMetricAggregator
Deprecated. -
CommonMetricAggregator
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.
-
getMetrics
Deprecated. -
getData
Deprecated.
-
CommonJsonAggregator2instead.