Class TimelinePlugin

java.lang.Object
io.qameta.allure.CommonJsonAggregator2
io.qameta.allure.timeline.TimelinePlugin
All Implemented Interfaces:
io.qameta.allure.Aggregator2, io.qameta.allure.Extension

public class TimelinePlugin extends io.qameta.allure.CommonJsonAggregator2
Plugin that generates data for Timeline tab.
Since:
2.0
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected io.qameta.allure.tree.Tree<io.qameta.allure.entity.TestResult>
    getData(List<io.qameta.allure.core.LaunchResults> launchResults)
     

    Methods inherited from class io.qameta.allure.CommonJsonAggregator2

    aggregate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TimelinePlugin

      public TimelinePlugin()
  • Method Details

    • getData

      protected io.qameta.allure.tree.Tree<io.qameta.allure.entity.TestResult> getData(List<io.qameta.allure.core.LaunchResults> launchResults)
      Specified by:
      getData in class io.qameta.allure.CommonJsonAggregator2