Class TimestampAwareState
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.configsRepo.TimestampAwareState
-
- All Implemented Interfaces:
CurrentState
- Direct Known Subclasses:
ErrorState
,InitializationState
,SimpleState
,SuccessfulCommitState
public abstract class TimestampAwareState extends Object implements CurrentState
-
-
Constructor Summary
Constructors Constructor Description TimestampAwareState(long timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getTimestemp()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.serverSide.impl.configsRepo.CurrentState
getMessageForUI, isError
-
-
-
-
Method Detail
-
getTimestemp
public long getTimestemp()
- Specified by:
getTimestemp
in interfaceCurrentState
-
-