Package com.atlassian.jira.util
Class ConstantClock
java.lang.Object
com.atlassian.jira.util.ConstantClock
- All Implemented Interfaces:
com.atlassian.core.util.Clock
@Deprecated
public final class ConstantClock
extends Object
implements com.atlassian.core.util.Clock
Deprecated.
Simple clock that returns a constant value given during construction. Useful for testing date related functions.
- Since:
- v4.0
-
Constructor Summary
ConstructorsConstructorDescriptionConstantClock(long currentDate) Deprecated.ConstantClock(Date currentDate) Deprecated. -
Method Summary
Clockinstead