Uses of Interface
com.atlassian.bamboo.beehive.BambooNodeStatus
-
Packages that use BambooNodeStatus Package Description com.atlassian.bamboo.beehive com.atlassian.bamboo.plugins.rest.model.server -
-
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>
ClusterNodeHeartbeatBootstrapDao. findAll()
Get all heartbeats.@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.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(ServerStatusInfo statusInfo, BambooAuthenticationContext bambooAuthenticationContext, List<BambooNodeStatus> nodeStatuses)
-