Package com.atlassian.bamboo.server
Interface ServerStatusProvider
-
- All Known Implementing Classes:
ServerStatusProviderImpl
@Deprecated public interface ServerStatusProvider
Deprecated.since 9.5, useNodeStatusProvider
instead
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description @NotNull ServerStatusInfo
getServerStatusInfo()
Deprecated.
-
-
-
Method Detail
-
getServerStatusInfo
@NotNull @NotNull ServerStatusInfo getServerStatusInfo()
Deprecated.- Returns:
- gets the current
ServerStatusInfo
-
-