Package com.atlassian.jira.util
Class PeriodicClock
java.lang.Object
com.atlassian.jira.util.PeriodicClock
- All Implemented Interfaces:
com.atlassian.core.util.Clock
Deprecated.
A
Clock implementation that periodically increments the returned value.- Since:
- v4.3
-
Constructor Summary
ConstructorsConstructorDescriptionPeriodicClock(long increment) Deprecated.PeriodicClock(long increment, int periodLength) Deprecated.PeriodicClock(long intitialValue, long increment, int periodLength) Deprecated. -
Method Summary
-
Constructor Details
-
PeriodicClock
public PeriodicClock(long intitialValue, long increment, int periodLength) Deprecated. -
PeriodicClock
public PeriodicClock(long increment, int periodLength) Deprecated. -
PeriodicClock
public PeriodicClock(long increment) Deprecated.
-
-
Method Details
-
getCurrentDate
Deprecated.- Specified by:
getCurrentDatein interfacecom.atlassian.core.util.Clock
-
Clockinstead