Class HistoryTrendItem

java.lang.Object
io.qameta.allure.history.HistoryTrendItem
All Implemented Interfaces:
Serializable

public class HistoryTrendItem extends Object implements Serializable
See Also:
  • Field Details

    • data

      protected io.qameta.allure.entity.Statistic data
    • buildOrder

      protected Long buildOrder
    • reportUrl

      protected String reportUrl
    • reportName

      protected String reportName
  • Constructor Details

    • HistoryTrendItem

      public HistoryTrendItem()
  • Method Details

    • getStatistic

      public io.qameta.allure.entity.Statistic getStatistic()
    • setStatistic

      public HistoryTrendItem setStatistic(io.qameta.allure.entity.Statistic statistic)