Class CommonJsonAggregator

java.lang.Object
io.qameta.allure.CommonJsonAggregator
All Implemented Interfaces:
Aggregator, Extension

@Deprecated public abstract class CommonJsonAggregator extends Object implements Aggregator
Deprecated.
for removal. Use CommonJsonAggregator2 instead.
Common json aggregator.
  • Constructor Details

    • CommonJsonAggregator

      protected CommonJsonAggregator(String fileName)
      Deprecated.
    • CommonJsonAggregator

      protected CommonJsonAggregator(String location, String fileName)
      Deprecated.
  • Method Details

    • aggregate

      public void aggregate(Configuration configuration, List<LaunchResults> launchesResults, Path outputDirectory) throws IOException
      Deprecated.
      Description copied from interface: Aggregator
      Process report data.
      Specified by:
      aggregate in interface Aggregator
      Parameters:
      configuration - the report configuration.
      launchesResults - all the parsed test results.
      outputDirectory - the report directory.
      Throws:
      IOException - if any occurs.
    • getData

      protected abstract Object getData(List<LaunchResults> launches)
      Deprecated.