Class Time

java.lang.Object
io.qameta.allure.entity.Time
All Implemented Interfaces:
Serializable

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

    • start

      protected Long start
    • stop

      protected Long stop
    • duration

      protected Long duration
  • Constructor Details

    • Time

      public Time()
  • Method Details

    • create

      public static Time create(Long duration)
    • create

      public static Time create(Long start, Long stop)