Class RetryTrendPlugin

java.lang.Object
io.qameta.allure.CompositeAggregator2
io.qameta.allure.trend.AbstractTrendPlugin<RetryTrendItem>
io.qameta.allure.retry.RetryTrendPlugin
All Implemented Interfaces:
io.qameta.allure.Aggregator2, io.qameta.allure.Extension, io.qameta.allure.Reader

public class RetryTrendPlugin extends AbstractTrendPlugin<RetryTrendItem>
Plugin that generates data for Retry-Trend graph.
  • Field Details

  • Constructor Details

    • RetryTrendPlugin

      public RetryTrendPlugin()
  • Method Details

    • parseItem

      protected Optional<RetryTrendItem> parseItem(com.fasterxml.jackson.databind.ObjectMapper mapper, com.fasterxml.jackson.databind.JsonNode child) throws com.fasterxml.jackson.core.JsonProcessingException
      Specified by:
      parseItem in class AbstractTrendPlugin<RetryTrendItem>
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException