Class GroupTime

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

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

    • start

      protected Long start
    • stop

      protected Long stop
    • duration

      protected Long duration
    • minDuration

      protected Long minDuration
    • maxDuration

      protected Long maxDuration
    • sumDuration

      protected Long sumDuration
  • Constructor Details

    • GroupTime

      public GroupTime()
  • Method Details

    • merge

      public void merge(GroupTime groupTime)
    • update

      public void update(Timeable timeable)
    • update

      public void update(Time time)
    • update

      protected static <T> void update(T first, T second, BiFunction<T,T,T> merge, Consumer<T> setter)