Class RetryTrendItem

java.lang.Object
io.qameta.allure.trend.TrendItem
io.qameta.allure.retry.RetryTrendItem
All Implemented Interfaces:
Serializable

public class RetryTrendItem extends TrendItem
Represent information about retries.
See Also:
  • Constructor Details

    • RetryTrendItem

      public RetryTrendItem()
  • Method Details

    • update

      public void update(io.qameta.allure.entity.TestResult result)