Class SuccessfulCommitState
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.configsRepo.TimestampAwareState
-
- jetbrains.buildServer.serverSide.impl.configsRepo.SuccessfulCommitState
-
- All Implemented Interfaces:
CurrentState
public class SuccessfulCommitState extends TimestampAwareState implements CurrentState
-
-
Constructor Summary
Constructors Constructor Description SuccessfulCommitState(long timestamp, String commitRevision, long commitTimestamp, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessageForUI()
boolean
isError()
-
Methods inherited from class jetbrains.buildServer.serverSide.impl.configsRepo.TimestampAwareState
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
getTimestemp
-
-
-
-
Method Detail
-
isError
public boolean isError()
- Specified by:
isError
in interfaceCurrentState
-
getMessageForUI
public String getMessageForUI()
- Specified by:
getMessageForUI
in interfaceCurrentState
-
-