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