Class CommonMetricAggregator

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

@Deprecated public abstract class CommonMetricAggregator extends Object implements Aggregator
Deprecated.
for removal. Use CommonJsonAggregator2 instead.
  • Constructor Details

    • CommonMetricAggregator

      protected CommonMetricAggregator(String fileName)
      Deprecated.
    • CommonMetricAggregator

      protected CommonMetricAggregator(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.
    • getMetrics

      public abstract List<Metric> getMetrics()
      Deprecated.
    • getData

      protected String getData(List<LaunchResults> launchesResults)
      Deprecated.