Uses of Enum Class
com.atlassian.bamboo.cluster.state.ClusterLifecycleState
Packages that use ClusterLifecycleState
Package
Description
-
Uses of ClusterLifecycleState in com.atlassian.bamboo
Methods in com.atlassian.bamboo that return ClusterLifecycleStateModifier and TypeMethodDescription@NotNull ClusterLifecycleState
ClusterAwareLifecycleManager.getClusterLifecycleState()
@NotNull ClusterLifecycleState
ClusterAwareLifecycleManagerImpl.getClusterLifecycleState()
Methods in com.atlassian.bamboo that return types with arguments of type ClusterLifecycleState -
Uses of ClusterLifecycleState in com.atlassian.bamboo.cluster.state
Methods in com.atlassian.bamboo.cluster.state that return ClusterLifecycleStateModifier and TypeMethodDescription@Nullable ClusterLifecycleState
ClusterInfoData.getLifecycle()
static ClusterLifecycleState
Returns the enum constant of this class with the specified name.static ClusterLifecycleState[]
ClusterLifecycleState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bamboo.cluster.state with parameters of type ClusterLifecycleStateModifier and TypeMethodDescriptionvoid
ClusterInfoData.setLifecycle
(@NotNull ClusterLifecycleState lifecycle) -
Uses of ClusterLifecycleState in com.atlassian.bamboo.plugins.rest.model.server
Methods in com.atlassian.bamboo.plugins.rest.model.server that return ClusterLifecycleStateConstructors in com.atlassian.bamboo.plugins.rest.model.server with parameters of type ClusterLifecycleStateModifierConstructorDescriptionRestServerNodesInfo
(NodeStatusInfo nodeStatusInfo, ClusterLifecycleState clusterState, List<BambooNodeStatus> nodeStatuses) RestServerStatusInfo
(NodeStatusInfo statusInfo, ClusterLifecycleState clusterState)