|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServerLifecycleState in com.atlassian.bamboo |
---|
Methods in com.atlassian.bamboo that return ServerLifecycleState | |
---|---|
ServerLifecycleState |
ServerLifecycleProvider.getServerLifecycleState()
|
ServerLifecycleState |
ServerLifecycleManager.getServerLifecycleState()
|
ServerLifecycleState |
ServerLifecycleProviderImpl.getServerLifecycleState()
|
ServerLifecycleState |
ServerLifecycleManagerImpl.getServerLifecycleState()
|
ServerLifecycleState |
ServerLifecycleManager.pauseServer()
Puts the server into the PAUSING state |
ServerLifecycleState |
ServerLifecycleManagerImpl.pauseServer()
|
ServerLifecycleState |
ServerLifecycleManager.resumeServer()
Puts the server into the RUNNING state |
ServerLifecycleState |
ServerLifecycleManagerImpl.resumeServer()
|
static ServerLifecycleState |
ServerLifecycleState.valueOf(java.lang.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. |
Uses of ServerLifecycleState in com.atlassian.bamboo.plugins.rest.model.info |
---|
Constructors in com.atlassian.bamboo.plugins.rest.model.info with parameters of type ServerLifecycleState | |
---|---|
RestInfo(java.util.Date buildDate,
java.lang.String buildNumber,
java.lang.String version,
java.lang.String edition,
ServerLifecycleState state)
|
Uses of ServerLifecycleState in com.atlassian.bamboo.plugins.rest.model.server |
---|
Constructors in com.atlassian.bamboo.plugins.rest.model.server with parameters of type ServerLifecycleState | |
---|---|
ServerLifecycleInfo(ServerLifecycleState state,
BambooAuthenticationContext bambooAuthenticationContext)
|
Uses of ServerLifecycleState in com.atlassian.bamboo.webwork |
---|
Methods in com.atlassian.bamboo.webwork that return ServerLifecycleState | |
---|---|
ServerLifecycleState |
ViewTelemetryAction.getServerLifecycleState()
|
Uses of ServerLifecycleState in com.atlassian.bamboo.ww2 |
---|
Methods in com.atlassian.bamboo.ww2 that return ServerLifecycleState | |
---|---|
ServerLifecycleState |
FreemarkerContext.getServerLifecycleState()
|
ServerLifecycleState |
BambooActionSupport.getServerLifecycleState()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |