Package com.atlassian.bamboo.beehive
Interface NodeLifeStateService
-
- All Known Implementing Classes:
NodeLifeStateServiceImpl
@Internal @ExperimentalApi public interface NodeLifeStateService
Service for managing the life state of a node.- Since:
- 9.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
stopNode()
Stops the current node.void
takeOverPrimaryFunctionality()
Triggers all actions that should be taken when the current node takes over the primary functionality.
-