Package io.qameta.allure
Class CommonJsonAggregator
java.lang.Object
io.qameta.allure.CommonJsonAggregator
- All Implemented Interfaces:
Aggregator,Extension
Deprecated.
Common json aggregator.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCommonJsonAggregator(String fileName) Deprecated.protectedCommonJsonAggregator(String location, String fileName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidaggregate(Configuration configuration, List<LaunchResults> launchesResults, Path outputDirectory) Deprecated.Process report data.protected abstract ObjectgetData(List<LaunchResults> launches) Deprecated.
-
Constructor Details
-
CommonJsonAggregator
Deprecated. -
CommonJsonAggregator
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.
-
CommonJsonAggregator2instead.