Uses of Class
com.atlassian.bamboo.cluster.state.ClusterLifecycleState
-
Packages that use ClusterLifecycleState Package Description com.atlassian.bamboo com.atlassian.bamboo.cluster.state com.atlassian.bamboo.plugins.rest.model.server -
-
Uses of ClusterLifecycleState in com.atlassian.bamboo
Methods in com.atlassian.bamboo that return ClusterLifecycleState Modifier and Type Method Description @NotNull ClusterLifecycleState
ClusterAwareLifecycleManager. getClusterLifecycleState()
@NotNull ClusterLifecycleState
ClusterAwareLifecycleManagerImpl. getClusterLifecycleState()
Methods in com.atlassian.bamboo that return types with arguments of type ClusterLifecycleState Modifier and Type Method Description Optional<ClusterLifecycleState>
NodeLifecycleState. getCorrespondingClusterState()
-
Uses of ClusterLifecycleState in com.atlassian.bamboo.cluster.state
Methods in com.atlassian.bamboo.cluster.state that return ClusterLifecycleState Modifier and Type Method Description @Nullable ClusterLifecycleState
ClusterInfoData. getLifecycle()
static ClusterLifecycleState
ClusterLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClusterLifecycleState[]
ClusterLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.cluster.state with parameters of type ClusterLifecycleState Modifier and Type Method Description void
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 ClusterLifecycleState Modifier and Type Method Description ClusterLifecycleState
RestServerStatusInfo. getClusterState()
Constructors in com.atlassian.bamboo.plugins.rest.model.server with parameters of type ClusterLifecycleState Constructor Description RestServerNodesInfo(NodeStatusInfo nodeStatusInfo, ClusterLifecycleState clusterState, List<BambooNodeStatus> nodeStatuses)
RestServerStatusInfo(NodeStatusInfo statusInfo, ClusterLifecycleState clusterState)
-