Class TimeUtils

java.lang.Object
com.atlassian.confluence.it.TimeUtils

@Deprecated(forRemoval=true) public final class TimeUtils extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.7
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    pause(long time, TimeUnit unit)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    pause(TimePeriod period)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    pause(org.joda.time.Duration duration)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    pauseUntil(Date targetDate)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • TimeUtils

      public TimeUtils()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • pause

      public static void pause(TimePeriod period)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • pause

      public static void pause(org.joda.time.Duration duration)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • pause

      public static void pause(long time, TimeUnit unit)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • pauseUntil

      public static void pauseUntil(Date targetDate)
      Deprecated, for removal: This API element is subject to removal in a future version.