Package com.atlassian.bamboo
Interface NodeLifecycleProvider
-
- All Known Implementing Classes:
NodeLifecycleProviderImpl
@PublicApi public interface NodeLifecycleProvider
Provides the currentNodeLifecycleState
of the node the commands are running on.- Since:
- 9.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull NodeLifecycleState
getNodeLifecycleState()
-
-
-
Method Detail
-
getNodeLifecycleState
@NotNull @NotNull NodeLifecycleState getNodeLifecycleState()
- Returns:
- gets the current
NodeLifecycleState
-
-