Uses of Class
jetbrains.buildServer.serverSide.restart.ServerStopException
-
Packages that use ServerStopException Package Description jetbrains.buildServer.serverSide.restart -
-
Uses of ServerStopException in jetbrains.buildServer.serverSide.restart
Methods in jetbrains.buildServer.serverSide.restart that throw ServerStopException Modifier and Type Method Description CompletableFuture<Void>
ScriptBasedServerStopPerformer. restart(Runnable beforeStopAction)
CompletableFuture<Void>
ServerStopPerformer. restart(Runnable beforeStopAction)
Restart the server (async operation)CompletableFuture<Void>
ScriptBasedServerStopPerformer. stop(Runnable beforeStopAction)
CompletableFuture<Void>
ServerStopPerformer. stop(Runnable beforeStopAction)
Stop the server (async operation)
-