Package com.atlassian.bamboo
Class NodeLifecycleProviderImpl
- java.lang.Object
-
- com.atlassian.bamboo.NodeLifecycleProviderImpl
-
- All Implemented Interfaces:
NodeLifecycleProvider
public class NodeLifecycleProviderImpl extends Object implements NodeLifecycleProvider
-
-
Constructor Summary
Constructors Constructor Description NodeLifecycleProviderImpl(ClusterAwareLifecycleManager clusterAwareLifecycleManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull NodeLifecycleState
getNodeLifecycleState()
-
-
-
Constructor Detail
-
NodeLifecycleProviderImpl
public NodeLifecycleProviderImpl(ClusterAwareLifecycleManager clusterAwareLifecycleManager)
-
-
Method Detail
-
getNodeLifecycleState
@NotNull public @NotNull NodeLifecycleState getNodeLifecycleState()
- Specified by:
getNodeLifecycleState
in interfaceNodeLifecycleProvider
- Returns:
- gets the current
NodeLifecycleState
-
-