| Package | Description |
|---|---|
| com.atlassian.bamboo | |
| com.atlassian.bamboo.server |
| Modifier and Type | Method and Description |
|---|---|
ServerLifecycleState |
ServerLifecycleProvider.getServerLifecycleState() |
ServerLifecycleState |
ServerLifecycleManager.getServerLifecycleState() |
ServerLifecycleState |
ServerLifecycleManager.pauseServer()
Puts the server into the
PAUSING state |
ServerLifecycleState |
ServerLifecycleManager.prepareForRestart()
Puts the server into the
PREPARING_FOR_RESTART state |
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 |
|---|---|
ServerLifecycleState |
ServerStatusInfo.getServerLifecycleState() |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.