Uses of Interface
com.atlassian.bamboo.beehive.BambooNodeStatus
-
-
Uses of BambooNodeStatus in com.atlassian.bamboo.beehive
Classes in com.atlassian.bamboo.beehive that implement BambooNodeStatus Modifier and Type Class Description class
BambooNodeStatusImpl
Methods in com.atlassian.bamboo.beehive that return types with arguments of type BambooNodeStatus Modifier and Type Method Description List<BambooNodeStatus>
BambooClusterNodeHeartBeatRawJdbcDao. findAll()
List<BambooNodeStatus>
ClusterNodeHeartbeatDao. findAll()
Deprecated.since 9.4.0 useClusterNodeHeartbeatDao.findAllNodesInfo()
@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
Methods in com.atlassian.bamboo.beehive.events that return BambooNodeStatus Modifier and Type Method Description @NotNull BambooNodeStatus
NodeBecameLiveEvent. getNode()
@NotNull BambooNodeStatus
NodeBecameOfflineEvent. getNode()
@NotNull BambooNodeStatus
NodesLivenessEvent. getNode()
Constructors in com.atlassian.bamboo.beehive.events with parameters of type BambooNodeStatus Constructor Description NodeBecameLiveEvent(Object source, @NotNull BambooNodeStatus node)
NodeBecameOfflineEvent(Object source, @NotNull BambooNodeStatus node)
-
Uses of BambooNodeStatus in com.atlassian.bamboo.cluster.peertopeer
Methods in com.atlassian.bamboo.cluster.peertopeer with parameters of type BambooNodeStatus Modifier and Type Method Description protected @NotNull Pair<io.grpc.ManagedChannel,PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceFutureStub>
PeerToPeerClient. createChannelAndStub(BambooNodeStatus node)
-
Uses of BambooNodeStatus in com.atlassian.bamboo.configuration.cluster
Methods in com.atlassian.bamboo.configuration.cluster that return types with arguments of type BambooNodeStatus Modifier and Type Method Description List<BambooNodeStatus>
ClusterConfigurationAction. getNodes()
-
Uses of BambooNodeStatus in com.atlassian.bamboo.plugins.rest.model.server
Classes in com.atlassian.bamboo.plugins.rest.model.server that implement BambooNodeStatus Modifier and Type Class Description class
RestNodeStatus
Constructors in com.atlassian.bamboo.plugins.rest.model.server with parameters of type BambooNodeStatus Constructor Description RestNodeStatus(@NotNull BambooNodeStatus other)
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.server with type arguments of type BambooNodeStatus Constructor Description RestServerNodesInfo(NodeStatusInfo nodeStatusInfo, ClusterLifecycleState clusterState, List<BambooNodeStatus> nodeStatuses)
-