Package io.qameta.allure
Class CommonJsonAggregator2
java.lang.Object
io.qameta.allure.CommonJsonAggregator2
- All Implemented Interfaces:
Aggregator2,Extension
Common json aggregator.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCommonJsonAggregator2(String fileName) protectedCommonJsonAggregator2(String location, String fileName) -
Method Summary
Modifier and TypeMethodDescriptionvoidaggregate(Configuration configuration, List<LaunchResults> launchesResults, ReportStorage storage) Process report data.protected abstract ObjectgetData(List<LaunchResults> launches)
-
Constructor Details
-
CommonJsonAggregator2
-
CommonJsonAggregator2
-
-
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.
-
getData
-