Uses of Interface
com.atlassian.bamboo.beehive.BambooNodeStatus
Package
Description
-
Uses of BambooNodeStatus in com.atlassian.bamboo.beehive
Modifier and TypeMethodDescriptionBambooClusterNodeHeartBeatRawJdbcDao.findAll()
ClusterNodeHeartbeatDao.findAll()
Deprecated.@NotNull Collection<BambooNodeStatus>
BambooClusterNodeHeartbeatService.findLiveNodesStatuses()
Returns all nodes objects that have sent a heartbeat within the default threshold time.@NotNull Collection<BambooNodeStatus>
BambooClusterNodeHeartbeatServiceImpl.findLiveNodesStatuses()
@NotNull List<BambooNodeStatus>
BambooClusterNodeHeartbeatService.getNodeStatuses()
Get status of all nodes if DC license applied otherwise empty list.@NotNull List<BambooNodeStatus>
BambooClusterNodeHeartbeatServiceImpl.getNodeStatuses()
-
Uses of BambooNodeStatus in com.atlassian.bamboo.beehive.events
Modifier and TypeMethodDescription@NotNull BambooNodeStatus
NodeBecameLiveEvent.getNode()
@NotNull BambooNodeStatus
NodeBecameOfflineEvent.getNode()
@NotNull BambooNodeStatus
NodesLivenessEvent.getNode()
ModifierConstructorDescriptionNodeBecameLiveEvent
(Object source, @NotNull BambooNodeStatus node) NodeBecameOfflineEvent
(Object source, @NotNull BambooNodeStatus node) -
Uses of BambooNodeStatus in com.atlassian.bamboo.cluster.peertopeer
Modifier and TypeMethodDescriptionprotected @NotNull Pair<io.grpc.ManagedChannel,
PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceFutureStub> PeerToPeerClient.createChannelAndStub
(BambooNodeStatus node) -
Uses of BambooNodeStatus in com.atlassian.bamboo.configuration.cluster
-
Uses of BambooNodeStatus in com.atlassian.bamboo.plugins.rest.model.server
ModifierConstructorDescriptionRestServerNodesInfo
(NodeStatusInfo nodeStatusInfo, ClusterLifecycleState clusterState, List<BambooNodeStatus> nodeStatuses)
ClusterNodeHeartbeatDao.findAllNodesInfo()