Uses of Interface
com.atlassian.bamboo.beehive.BambooClusterNodeHeartbeatService
Package
Description
-
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo
ModifierConstructorDescriptionClusterAwareLifecycleManagerImpl
(PlanExecutionLockService planExecutionLockService, BambooAuthenticationContext bambooAuthenticationContext, AuditLogService auditLogService, MessageListenerContainerController messageListenerContainerController, ChangeDetectionController changeDetectionController, IndexerManager indexerManager, org.quartz.Scheduler scheduler, ElasticInstanceManager elasticInstanceManager, AwsAccountBean awsAccountBean, BambooPluginManager bambooPluginManager, com.atlassian.plugin.metadata.PluginMetadataManager pluginMetadataManager, ElasticAccountBean elasticAccountBean, FlushableBuildLoggerManager buildLoggerManager, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, ClusterInfoManager clusterInfoManager, PluginClusterAwareService pluginClusterAwareService) -
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.analytics.basedata.collector.generator
ModifierConstructorDescriptionClusterEventProducer
(BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, ImmutablePlanCacheService immutablePlanCacheService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager) -
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.beehive
-
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.cluster
Modifier and TypeMethodDescriptionprotected Optional<BambooClusterNodeHeartbeatService>
BambooClusterSettingsImpl.getBambooClusterNodeHeartbeatService()
ModifierConstructorDescriptionPerNodeLocalQueueManager
(BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, PerNodeLocalQueueFactory perNodeLocalQueueFactory, com.atlassian.event.api.EventPublisher eventPublisher, TapePerNodeLocalQueueCriticalHandlerFactory tapePerNodeLocalQueueCriticalHandlerFactory, GrpcChannelService grpcChannelService) -
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.cluster.peertopeer
ModifierConstructorDescriptionClusterNodesCommandsExecutorImpl
(PeerToPeerClient peerToPeerClient, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService) PeerToPeerClient
(BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, com.atlassian.event.api.EventPublisher eventPublisher, GrpcChannelService grpcChannelService) -
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.cluster.state
ModifierConstructorDescriptionFileBackedClusterInfoManager
(BambooClusterLockService bambooClusterLockService, XStreamManager xStreamManage, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, CrossNodesRemoteBroadcaster crossNodesRemoteBroadcaster) FileBackedClusterInfoManager
(BambooClusterLockService bambooClusterLockService, XStreamManager xStreamManager, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, CrossNodesRemoteBroadcaster crossNodesRemoteBroadcaster, File clusterInfoDirectory, boolean initialStartedValue) -
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.grpc
ModifierConstructorDescriptionGrpcServer
(ClusterNodeProperties clusterNodeProperties, ImmutablePlanCacheService immutablePlanCacheService, PluginClusterAwareService pluginClusterAwareService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, GrpcBackedCacheManager grpcBackedCacheManager, BambooClusterSettings bambooClusterSettings, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, org.springframework.security.core.session.SessionRegistry sessionRegistry, BambooUserManager bambooUserManager, ClusterAwareLifecycleManager clusterAwareLifecycleManager, GrpcChannelService grpcChannelService, FileBasedPersister fileBasedPersister, com.atlassian.event.api.EventPublisher eventPublisher) PeerToPeerCommunicationReceiverService
(BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService) -
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.grpc.authentication
ModifierConstructorDescriptionGrpcChannelServiceImpl
(ClusterNodeProperties clusterNodeProperties, BambooHomeLocator bambooHomeLocator, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService) -
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.index
ModifierConstructorDescriptionIndexerEventListener
(IndexerManager indexerManager, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService) -
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.plugins.rest.resource
ModifierConstructorDescriptionServerResource
(ClusterAwareLifecycleManager clusterAwareLifecycleManager, NodeStatusProvider nodeStatusProvider, BambooClusterNodeHeartbeatService bambooClusterNodeService) StatusResource
(NodeStatusProvider nodeStatusProvider, BambooClusterNodeHeartbeatService bambooClusterNodeService) -
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.plugins.testutils.rest.resource.server
ModifierConstructorDescriptionServerResource
(BambooClusterNodeHeartbeatService bambooClusterNodeService) -
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.spring
Modifier and TypeFieldDescriptionstatic final Supplier<BambooClusterNodeHeartbeatService>
ComponentAccessor.BAMBOO_CLUSTER_NODE_HEARTBEAT_SERVICE
Deprecated. -
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.ww2
ModifierConstructorDescriptionFreemarkerContext
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, LinkedDeploymentProjectCacheService linkedDeploymentProjectCacheService, NotificationManager notificationManager, PlanFavouriteService planFavouriteService, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor, NodeStatusProvider nodeStatusProvider, StorageCappingService storageCappingService, VcsRepositoryViewerManager vcsRepositoryViewerManager, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, LookAndFeelAssetsProvider lookAndFeelAssetsProvider, CustomVariableContext customVariableContext, HigherOrderAvatarProvider higherOrderAvatarProvider, BambooClusterNodeHeartbeatService clusterNodeHeartbeatService)