Package com.atlassian.bamboo.server
Class ServerStatusProviderImpl
- java.lang.Object
-
- com.atlassian.bamboo.server.ServerStatusProviderImpl
-
- All Implemented Interfaces:
ServerStatusProvider
@Deprecated public class ServerStatusProviderImpl extends Object implements ServerStatusProvider
Deprecated.since 9.5, useNodeStatusProvider
instead
-
-
Constructor Summary
Constructors Constructor Description ServerStatusProviderImpl(IndexerManager indexerManager, ServerLifecycleProvider serverLifecycleProvider)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description @NotNull ServerStatusInfo
getServerStatusInfo()
Deprecated.
-
-
-
Constructor Detail
-
ServerStatusProviderImpl
public ServerStatusProviderImpl(IndexerManager indexerManager, ServerLifecycleProvider serverLifecycleProvider)
Deprecated.
-
-
Method Detail
-
getServerStatusInfo
@NotNull public @NotNull ServerStatusInfo getServerStatusInfo()
Deprecated.- Specified by:
getServerStatusInfo
in interfaceServerStatusProvider
- Returns:
- gets the current
ServerStatusInfo
-
-