Package com.atlassian.bamboo.beehive
Interface BambooNodeInfo
-
- All Known Subinterfaces:
BambooNodeStatus
- All Known Implementing Classes:
BambooNodeStatusImpl
,RestNodeStatus
public interface BambooNodeInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable String
getHostname()
int
getInternalCommunicationPort()
@Nullable Date
getLastHeartbeat()
@NotNull String
getNodeId()
@NotNull String
getNodeName()
-