Class RestServerStatusInfo
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.server.RestServerStatusInfo
-
- Direct Known Subclasses:
RestServerNodesInfo
public class RestServerStatusInfo extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RestServerStatusInfo()
RestServerStatusInfo(NodeStatusInfo statusInfo, ClusterLifecycleState clusterState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeLifecycleState
getAskedNodeState()
ClusterLifecycleState
getClusterState()
boolean
isReindexInProgress()
-
-
-
Constructor Detail
-
RestServerStatusInfo
protected RestServerStatusInfo()
-
RestServerStatusInfo
public RestServerStatusInfo(NodeStatusInfo statusInfo, ClusterLifecycleState clusterState)
-
-
Method Detail
-
getAskedNodeState
public NodeLifecycleState getAskedNodeState()
-
getClusterState
public ClusterLifecycleState getClusterState()
-
isReindexInProgress
public boolean isReindexInProgress()
-
-