Package com.atlassian.confluence.it
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 TimeUtils()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods 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.
-
-
-
Method Detail
-
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.
-
-