public class BambooNodeStatusImpl extends Object implements BambooNodeStatus
Constructor and Description |
---|
BambooNodeStatusImpl(String nodeId,
String nodeName,
Date lastHeartbeat,
boolean primary) |
Modifier and Type | Method and Description |
---|---|
Date |
getLastHeartbeat() |
@NotNull String |
getNodeId() |
@NotNull String |
getNodeName() |
boolean |
isPrimary() |
@NotNull public @NotNull String getNodeId()
getNodeId
in interface BambooNodeStatus
@NotNull public @NotNull String getNodeName()
getNodeName
in interface BambooNodeStatus
public Date getLastHeartbeat()
getLastHeartbeat
in interface BambooNodeStatus
public boolean isPrimary()
isPrimary
in interface BambooNodeStatus
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.