Package com.atlassian.bamboo.server
Interface NodeStatusInfo
-
- All Known Implementing Classes:
NodeStatusInfoImpl
public interface NodeStatusInfo
Node status info data.- Since:
- 9.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull NodeLifecycleState
getNodeLifecycleState()
boolean
isReindexInProgress()
boolean
isServerJohnsoned()
-
-
-
Method Detail
-
getNodeLifecycleState
@NotNull @NotNull NodeLifecycleState getNodeLifecycleState()
-
isReindexInProgress
boolean isReindexInProgress()
-
isServerJohnsoned
boolean isServerJohnsoned()
-
-