Package com.atlassian.bamboo
Interface ServerLifecycleProvider
-
- All Known Implementing Classes:
ServerLifecycleProviderImpl
@Deprecated @PublicApi public interface ServerLifecycleProvider
Deprecated.since 9.5, useNodeLifecycleProvider
insteadProvides theServerLifecycleState
- Since:
- 3.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description @NotNull ServerLifecycleState
getServerLifecycleState()
Deprecated.
-
-
-
Method Detail
-
getServerLifecycleState
@NotNull @NotNull ServerLifecycleState getServerLifecycleState()
Deprecated.- Returns:
- gets the current
ServerLifecycleState
-
-