Class SimpleState
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.configsRepo.TimestampAwareState
-
- jetbrains.buildServer.serverSide.impl.configsRepo.SimpleState
-
- All Implemented Interfaces:
CurrentState
public class SimpleState extends TimestampAwareState implements CurrentState
-
-
Constructor Summary
Constructors Constructor Description SimpleState(String message, boolean isError, long timestemp)
-
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
-
-
-
-
Constructor Detail
-
SimpleState
public SimpleState(String message, boolean isError, long timestemp)
-
-
Method Detail
-
isError
public boolean isError()
- Specified by:
isError
in interfaceCurrentState
-
getMessageForUI
public String getMessageForUI()
- Specified by:
getMessageForUI
in interfaceCurrentState
-
-