Package com.atlassian.jira.util
Class CompositeClock
java.lang.Object
com.atlassian.jira.util.CompositeClock
- All Implemented Interfaces:
com.atlassian.core.util.Clock
Deprecated.
Composite clock that returns answer from one of the clocks it builds upon, depending on the number of times it
was called already.
- Since:
- v4.3
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddClock
(int startFromCall, com.atlassian.core.util.Clock clock) Deprecated.Deprecated.
-
Constructor Details
-
CompositeClock
public CompositeClock(com.atlassian.core.util.Clock initialClock) Deprecated.
-
-
Method Details
-
addClock
Deprecated. -
getCurrentDate
Deprecated.- Specified by:
getCurrentDate
in interfacecom.atlassian.core.util.Clock
-
Clock
instead