Package com.atlassian.bamboo
Class ServerLifecycleProviderImpl
- java.lang.Object
-
- com.atlassian.bamboo.ServerLifecycleProviderImpl
-
- All Implemented Interfaces:
ServerLifecycleProvider
@Deprecated public class ServerLifecycleProviderImpl extends Object implements ServerLifecycleProvider
Deprecated.since 9.5, useNodeLifecycleProviderImpl
insteadServer lifecycle provider.
-
-
Constructor Summary
Constructors Constructor Description ServerLifecycleProviderImpl​(ServerLifecycleManager serverLifecycleManager)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description @NotNull ServerLifecycleState
getServerLifecycleState()
Deprecated.
-
-
-
Constructor Detail
-
ServerLifecycleProviderImpl
public ServerLifecycleProviderImpl​(ServerLifecycleManager serverLifecycleManager)
Deprecated.
-
-
Method Detail
-
getServerLifecycleState
@NotNull public @NotNull ServerLifecycleState getServerLifecycleState()
Deprecated.- Specified by:
getServerLifecycleState
in interfaceServerLifecycleProvider
- Returns:
- gets the current
ServerLifecycleState
-
-