Package com.atlassian.bamboo.server
Class NodeStatusInfoImpl
- java.lang.Object
-
- com.atlassian.bamboo.server.NodeStatusInfoImpl
-
- All Implemented Interfaces:
NodeStatusInfo
public class NodeStatusInfoImpl extends Object implements NodeStatusInfo
-
-
Constructor Summary
Constructors Constructor Description NodeStatusInfoImpl(NodeLifecycleState nodeLifecycleState, boolean reindexInProgress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull NodeLifecycleState
getNodeLifecycleState()
boolean
isReindexInProgress()
boolean
isServerJohnsoned()
-
-
-
Constructor Detail
-
NodeStatusInfoImpl
public NodeStatusInfoImpl(NodeLifecycleState nodeLifecycleState, boolean reindexInProgress)
-
-
Method Detail
-
getNodeLifecycleState
@NotNull public @NotNull NodeLifecycleState getNodeLifecycleState()
- Specified by:
getNodeLifecycleState
in interfaceNodeStatusInfo
-
isReindexInProgress
public boolean isReindexInProgress()
- Specified by:
isReindexInProgress
in interfaceNodeStatusInfo
-
isServerJohnsoned
public boolean isServerJohnsoned()
- Specified by:
isServerJohnsoned
in interfaceNodeStatusInfo
-
-