Package jetbrains.buildServer.serverSide
Interface BuildServerState
-
- All Known Subinterfaces:
BuildServerEx,SBuildServer
- All Known Implementing Classes:
BaseServerTestCase.TestBuildServerImpl,BuildServerImpl,BuildServerLifecycleProcessor
public interface BuildServerState- Since:
- 8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisShuttingDown()Returns true if server shutdown is in progress.booleanisStarted()Returns true if server was started (i.e.
-
-
-
Method Detail
-
isStarted
boolean isStarted()
Returns true if server was started (i.e.ServerListener.serverStartup()event happened)- Since:
- 10.0
-
isShuttingDown
boolean isShuttingDown()
Returns true if server shutdown is in progress.- Returns:
- see above
-
-