Package com.atlassian.bamboo.server
Interface ServerStatusInfo
-
@Deprecated public interface ServerStatusInfo
Deprecated.since 9.5, useNodeStatusInfo
instead
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description @NotNull ServerLifecycleState
getServerLifecycleState()
Deprecated.boolean
isReindexInProgress()
Deprecated.boolean
isServerJohnsoned()
Deprecated.
-
-
-
Method Detail
-
getServerLifecycleState
@NotNull @NotNull ServerLifecycleState getServerLifecycleState()
Deprecated.
-
isReindexInProgress
boolean isReindexInProgress()
Deprecated.
-
isServerJohnsoned
boolean isServerJohnsoned()
Deprecated.
-
-