|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.ServerLifecycleManagerImpl
public class ServerLifecycleManagerImpl
Constructor Summary | |
---|---|
ServerLifecycleManagerImpl(PlanExecutionLockService planExecutionLockService,
ChainExecutionManager chainExecutionManager,
DeletionService deletionService,
BambooAuthenticationContext bambooAuthenticationContext,
AuditLogService auditLogService)
|
Method Summary | |
---|---|
ServerLifecycleState |
getServerLifecycleState()
|
ServerLifecycleState |
pauseServer()
Puts the server into the ServerLifecycleState.PAUSING state |
ServerLifecycleState |
resumeServer()
Puts the server into the ServerLifecycleState.RUNNING state |
void |
serverRunning()
Puts the server into the ServerLifecycleState.RUNNING state |
void |
serverStarting()
Puts the server into the ServerLifecycleState.STARTING state |
void |
startQueueWatcher()
|
void |
stopQueueWatcher()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerLifecycleManagerImpl(PlanExecutionLockService planExecutionLockService, ChainExecutionManager chainExecutionManager, DeletionService deletionService, BambooAuthenticationContext bambooAuthenticationContext, AuditLogService auditLogService)
Method Detail |
---|
public void serverStarting()
ServerLifecycleManager
ServerLifecycleState.STARTING
state
serverStarting
in interface ServerLifecycleManager
public void serverRunning()
ServerLifecycleManager
ServerLifecycleState.RUNNING
state
serverRunning
in interface ServerLifecycleManager
@NotNull public ServerLifecycleState pauseServer()
ServerLifecycleManager
ServerLifecycleState.PAUSING
state
pauseServer
in interface ServerLifecycleManager
ServerLifecycleState
@NotNull public ServerLifecycleState resumeServer()
ServerLifecycleManager
ServerLifecycleState.RUNNING
state
resumeServer
in interface ServerLifecycleManager
ServerLifecycleState
@NotNull public ServerLifecycleState getServerLifecycleState()
getServerLifecycleState
in interface ServerLifecycleManager
ServerLifecycleState
public void startQueueWatcher()
public void stopQueueWatcher()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |