Class RestNode
- java.lang.Object
-
- com.atlassian.bamboo.testutils.rest.entity.RestNode
-
@Immutable public class RestNode extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHostname()
Date
getLastHeartbeat()
String
getNodeId()
String
getNodeName()
int
getPort()
boolean
isAlive()
boolean
isPrimary()
-