Uses of Interface
com.atlassian.bamboo.beehive.BambooClusterLockDao
-
Packages that use BambooClusterLockDao Package Description com.atlassian.bamboo.beehive -
-
Uses of BambooClusterLockDao in com.atlassian.bamboo.beehive
Classes in com.atlassian.bamboo.beehive that implement BambooClusterLockDao Modifier and Type Class Description class
BambooClusterLockRawJdbcDao
Constructors in com.atlassian.bamboo.beehive with parameters of type BambooClusterLockDao Constructor Description BambooClusterLockServiceImpl(@NotNull BambooClusterLockDao bambooClusterLockDao, @NotNull ClusterNodeHeartbeatDao clusterNodeHeartbeatDao)
BambooClusterNodeHeartbeatServiceImpl(@NotNull ClusterNodeHeartbeatDao clusterNodeHeartbeatDao, @NotNull BambooClusterLockDao bambooClusterLockDao, @NotNull NodeLifeStateService nodeLifeStateService, @NotNull AutowiringJobFactory bootstrapJobFactory)
-