Package com.atlassian.bamboo.beehive
Interface BambooNodeStatus
-
- All Known Implementing Classes:
BambooNodeStatusImpl
,RestNodeStatus
public interface BambooNodeStatus
Status of a Bamboo node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable Date
getLastHeartbeat()
@NotNull String
getNodeId()
@NotNull String
getNodeName()
boolean
isPrimary()
-