Uses of Class
com.atlassian.bamboo.NodeLifecycleState
-
-
Uses of NodeLifecycleState in com.atlassian.bamboo
Methods in com.atlassian.bamboo that return NodeLifecycleState Modifier and Type Method Description @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
NodeLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodeLifecycleState[]
NodeLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo that return types with arguments of type NodeLifecycleState Modifier and Type Method Description CompletableFuture<NodeLifecycleState>
ClusterAwareLifecycleManager. pauseCluster()
Submits pause cluster request.CompletableFuture<NodeLifecycleState>
ClusterAwareLifecycleManager. pauseCluster(@NotNull NodeLifecycleState fakeNodeLifecycleState)
Submits pause cluster request with the context of the current node state being fakeNodeLifecycleState.CompletableFuture<NodeLifecycleState>
ClusterAwareLifecycleManagerImpl. pauseCluster()
CompletableFuture<NodeLifecycleState>
ClusterAwareLifecycleManagerImpl. pauseCluster(@NotNull NodeLifecycleState fakeNodeLifecycleState)
Methods in com.atlassian.bamboo with parameters of type NodeLifecycleState Modifier and Type Method Description static @NotNull ServerLifecycleState
ServerLifecycleState. fromNodeLifecycleState(NodeLifecycleState nodeLifecycleState)
Deprecated.CompletableFuture<NodeLifecycleState>
ClusterAwareLifecycleManager. pauseCluster(@NotNull NodeLifecycleState fakeNodeLifecycleState)
Submits pause cluster request with the context of the current node state being fakeNodeLifecycleState.CompletableFuture<NodeLifecycleState>
ClusterAwareLifecycleManagerImpl. pauseCluster(@NotNull NodeLifecycleState fakeNodeLifecycleState)
-
Uses of NodeLifecycleState in com.atlassian.bamboo.cluster.state
Methods in com.atlassian.bamboo.cluster.state with parameters of type NodeLifecycleState Modifier and Type Method Description boolean
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
Methods in com.atlassian.bamboo.plugins.rest.model.info that return NodeLifecycleState Modifier and Type Method Description NodeLifecycleState
RestInfo. getState()
Constructors in com.atlassian.bamboo.plugins.rest.model.info with parameters of type NodeLifecycleState Constructor Description RestInfo(Date buildDate, String buildNumber, String version, String edition, NodeLifecycleState state)
-
Uses of NodeLifecycleState in com.atlassian.bamboo.plugins.rest.model.server
Methods in com.atlassian.bamboo.plugins.rest.model.server that return NodeLifecycleState Modifier and Type Method Description NodeLifecycleState
RestServerStatusInfo. getAskedNodeState()
NodeLifecycleState
RestAnonymousServerStatusInfo. getStatus()
-
Uses of NodeLifecycleState in com.atlassian.bamboo.server
Methods in com.atlassian.bamboo.server that return NodeLifecycleState Modifier and Type Method Description @NotNull NodeLifecycleState
NodeStatusInfo. getNodeLifecycleState()
@NotNull NodeLifecycleState
NodeStatusInfoImpl. getNodeLifecycleState()
Constructors in com.atlassian.bamboo.server with parameters of type NodeLifecycleState Constructor Description NodeStatusInfoImpl(NodeLifecycleState nodeLifecycleState, boolean reindexInProgress)
-
Uses of NodeLifecycleState in com.atlassian.bamboo.webwork
Methods in com.atlassian.bamboo.webwork that return NodeLifecycleState Modifier and Type Method Description @NotNull NodeLifecycleState
ViewTelemetryAction. getNodeLifecycleState()
-
Uses of NodeLifecycleState in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 that return NodeLifecycleState Modifier and Type Method Description @NotNull NodeLifecycleState
BambooActionSupport. getNodeLifecycleState()
@NotNull NodeLifecycleState
FreemarkerContext. getNodeLifecycleState()
-