Uses of Enum Class
com.atlassian.bamboo.NodeLifecycleState
Package
Description
-
Uses of NodeLifecycleState in com.atlassian.bamboo
Modifier and TypeMethodDescription@NotNull NodeLifecycleState
ClusterAwareLifecycleManager.getBufferedNodeLifecycleState()
@NotNull NodeLifecycleState
ClusterAwareLifecycleManagerImpl.getBufferedNodeLifecycleState()
@NotNull NodeLifecycleState
ServerLifecycleState.getFallbackToNodeLifecycleState()
Deprecated.@NotNull NodeLifecycleState
ClusterAwareLifecycleManager.getNodeLifecycleState()
@NotNull NodeLifecycleState
ClusterAwareLifecycleManagerImpl.getNodeLifecycleState()
@NotNull NodeLifecycleState
NodeLifecycleProvider.getNodeLifecycleState()
@NotNull NodeLifecycleState
NodeLifecycleProviderImpl.getNodeLifecycleState()
@NotNull NodeLifecycleState
ClusterAwareLifecycleManager.prepareNodeForRestart()
Puts the current node into thePREPARING_FOR_RESTART
state@NotNull NodeLifecycleState
ClusterAwareLifecycleManagerImpl.prepareNodeForRestart()
@NotNull NodeLifecycleState
ClusterAwareLifecycleManager.resumeCluster()
Puts the cluster into theRUNNING
state@NotNull NodeLifecycleState
ClusterAwareLifecycleManagerImpl.resumeCluster()
static NodeLifecycleState
Returns the enum constant of this class with the specified name.static NodeLifecycleState[]
NodeLifecycleState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionClusterAwareLifecycleManager.pauseCluster()
Submits pause cluster request.ClusterAwareLifecycleManager.pauseCluster
(@NotNull NodeLifecycleState fakeNodeLifecycleState) Submits pause cluster request with the context of the current node state being fakeNodeLifecycleState.ClusterAwareLifecycleManagerImpl.pauseCluster()
ClusterAwareLifecycleManagerImpl.pauseCluster
(@NotNull NodeLifecycleState fakeNodeLifecycleState) Modifier and TypeMethodDescriptionstatic @NotNull ServerLifecycleState
ServerLifecycleState.fromNodeLifecycleState
(NodeLifecycleState nodeLifecycleState) Deprecated.ClusterAwareLifecycleManager.pauseCluster
(@NotNull NodeLifecycleState fakeNodeLifecycleState) Submits pause cluster request with the context of the current node state being fakeNodeLifecycleState.ClusterAwareLifecycleManagerImpl.pauseCluster
(@NotNull NodeLifecycleState fakeNodeLifecycleState) -
Uses of NodeLifecycleState in com.atlassian.bamboo.cluster.state
Modifier and TypeMethodDescriptionboolean
ClusterInfoManager.setLifecycle
(@NotNull NodeLifecycleState lifecycle) Sets theNodeLifecycleState
coming from the current node.boolean
FileBackedClusterInfoManager.setLifecycle
(@NotNull NodeLifecycleState nodeLifecycleState) -
Uses of NodeLifecycleState in com.atlassian.bamboo.plugins.rest.model.info
-
Uses of NodeLifecycleState in com.atlassian.bamboo.plugins.rest.model.server
Modifier and TypeMethodDescriptionRestServerStatusInfo.getAskedNodeState()
RestAnonymousServerStatusInfo.getStatus()
-
Uses of NodeLifecycleState in com.atlassian.bamboo.server
Modifier and TypeMethodDescription@NotNull NodeLifecycleState
NodeStatusInfo.getNodeLifecycleState()
@NotNull NodeLifecycleState
NodeStatusInfoImpl.getNodeLifecycleState()
ModifierConstructorDescriptionNodeStatusInfoImpl
(NodeLifecycleState nodeLifecycleState, boolean reindexInProgress) -
Uses of NodeLifecycleState in com.atlassian.bamboo.webwork
Modifier and TypeMethodDescription@NotNull NodeLifecycleState
ViewTelemetryAction.getNodeLifecycleState()
-
Uses of NodeLifecycleState in com.atlassian.bamboo.ww2
Modifier and TypeMethodDescription@NotNull NodeLifecycleState
BambooActionSupport.getNodeLifecycleState()
@NotNull NodeLifecycleState
FreemarkerContext.getNodeLifecycleState()