Class RestNodeStatus
java.lang.Object
com.atlassian.bamboo.plugins.rest.model.server.RestNodeStatus
- All Implemented Interfaces:
BambooNodeInfo
,BambooNodeStatus
-
Constructor Details
-
RestNodeStatus
-
-
Method Details
-
getNodeId
- Specified by:
getNodeId
in interfaceBambooNodeInfo
-
getNodeName
- Specified by:
getNodeName
in interfaceBambooNodeInfo
-
getLastHeartbeat
- Specified by:
getLastHeartbeat
in interfaceBambooNodeInfo
-
getHostname
- Specified by:
getHostname
in interfaceBambooNodeInfo
-
getInternalCommunicationPort
public int getInternalCommunicationPort()- Specified by:
getInternalCommunicationPort
in interfaceBambooNodeInfo
-
getBuildNumber
- Specified by:
getBuildNumber
in interfaceBambooNodeInfo
-
isPrimary
public boolean isPrimary()- Specified by:
isPrimary
in interfaceBambooNodeStatus
-
isAlive
public boolean isAlive()- Specified by:
isAlive
in interfaceBambooNodeStatus
-