Modifier and Type | Method and Description |
---|---|
ServerLifecycleState |
ServerLifecycleManagerImpl.getServerLifecycleState() |
ServerLifecycleState |
ServerLifecycleProviderImpl.getServerLifecycleState() |
ServerLifecycleState |
ServerLifecycleManager.getServerLifecycleState() |
ServerLifecycleState |
ServerLifecycleProvider.getServerLifecycleState() |
ServerLifecycleState |
ServerLifecycleManagerImpl.prepareForRestart() |
ServerLifecycleState |
ServerLifecycleManager.prepareForRestart()
Puts the server into the
PREPARING_FOR_RESTART state |
ServerLifecycleState |
ServerLifecycleManagerImpl.resumeServer() |
ServerLifecycleState |
ServerLifecycleManager.resumeServer()
Puts the server into the
RUNNING state |
static ServerLifecycleState |
ServerLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerLifecycleState[] |
ServerLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ServerLifecycleState> |
ServerLifecycleManagerImpl.pauseServer() |
CompletableFuture<ServerLifecycleState> |
ServerLifecycleManager.pauseServer()
Submits pause server request.
|
Constructor and Description |
---|
RestInfo(Date buildDate,
String buildNumber,
String version,
String edition,
ServerLifecycleState state) |
Constructor and Description |
---|
ServerLifecycleInfo(ServerLifecycleState state,
BambooAuthenticationContext bambooAuthenticationContext) |
Modifier and Type | Method and Description |
---|---|
ServerLifecycleState |
ServerStatusInfo.getServerLifecycleState() |
Modifier and Type | Method and Description |
---|---|
ServerLifecycleState |
ViewTelemetryAction.getServerLifecycleState() |
Modifier and Type | Method and Description |
---|---|
ServerLifecycleState |
FreemarkerContext.getServerLifecycleState() |
ServerLifecycleState |
BambooActionSupport.getServerLifecycleState() |
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.