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