Package com.atlassian.bamboo.beehive
Interface BambooNodeStatus
-
- All Superinterfaces:
BambooNodeInfo
- All Known Implementing Classes:
BambooNodeStatusImpl
,RestNodeStatus
public interface BambooNodeStatus extends BambooNodeInfo
Status of a Bamboo node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAlive()
boolean
isPrimary()
-
Methods inherited from interface com.atlassian.bamboo.beehive.BambooNodeInfo
getHostname, getInternalCommunicationPort, getLastHeartbeat, getNodeId, getNodeName
-
-