Uses of Interface
com.atlassian.bamboo.beehive.BambooClusterNodeHeartbeatService
-
-
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo
Constructors in com.atlassian.bamboo with parameters of type BambooClusterNodeHeartbeatService Constructor Description ClusterAwareLifecycleManagerImpl(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
Constructors in com.atlassian.bamboo.analytics.basedata.collector.generator with parameters of type BambooClusterNodeHeartbeatService Constructor Description ClusterEventProducer(BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, ImmutablePlanCacheService immutablePlanCacheService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager)
-
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.beehive
Classes in com.atlassian.bamboo.beehive that implement BambooClusterNodeHeartbeatService Modifier and Type Class Description class
BambooClusterNodeHeartbeatServiceImpl
-
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.cluster
Methods in com.atlassian.bamboo.cluster that return types with arguments of type BambooClusterNodeHeartbeatService Modifier and Type Method Description protected Optional<BambooClusterNodeHeartbeatService>
BambooClusterSettingsImpl. getBambooClusterNodeHeartbeatService()
Constructors in com.atlassian.bamboo.cluster with parameters of type BambooClusterNodeHeartbeatService Constructor Description PerNodeLocalQueueManager(BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, PerNodeLocalQueueFactory perNodeLocalQueueFactory, com.atlassian.event.api.EventPublisher eventPublisher, TapePerNodeLocalQueueCriticalHandlerFactory tapePerNodeLocalQueueCriticalHandlerFactory, GrpcChannelService grpcChannelService)
-
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.cluster.peertopeer
Constructors in com.atlassian.bamboo.cluster.peertopeer with parameters of type BambooClusterNodeHeartbeatService Constructor Description ClusterNodesCommandsExecutorImpl(PeerToPeerClient peerToPeerClient, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService)
PeerToPeerClient(BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, com.atlassian.event.api.EventPublisher eventPublisher, GrpcChannelService grpcChannelService)
-
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.cluster.state
Constructors in com.atlassian.bamboo.cluster.state with parameters of type BambooClusterNodeHeartbeatService Constructor Description FileBackedClusterInfoManager(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
Constructors in com.atlassian.bamboo.grpc with parameters of type BambooClusterNodeHeartbeatService Constructor Description GrpcServer(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
Constructors in com.atlassian.bamboo.grpc.authentication with parameters of type BambooClusterNodeHeartbeatService Constructor Description GrpcChannelServiceImpl(ClusterNodeProperties clusterNodeProperties, BambooHomeLocator bambooHomeLocator, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService)
-
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.index
Constructors in com.atlassian.bamboo.index with parameters of type BambooClusterNodeHeartbeatService Constructor Description IndexerEventListener(IndexerManager indexerManager, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService)
-
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type BambooClusterNodeHeartbeatService Constructor Description ServerResource(ClusterAwareLifecycleManager clusterAwareLifecycleManager, NodeStatusProvider nodeStatusProvider, BambooClusterNodeHeartbeatService bambooClusterNodeService)
StatusResource(NodeStatusProvider nodeStatusProvider, BambooClusterNodeHeartbeatService bambooClusterNodeService)
-
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.plugins.testutils.rest.resource.server
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.server with parameters of type BambooClusterNodeHeartbeatService Constructor Description ServerResource(BambooClusterNodeHeartbeatService bambooClusterNodeService)
-
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type BambooClusterNodeHeartbeatService Modifier and Type Field Description static Supplier<BambooClusterNodeHeartbeatService>
ComponentAccessor. BAMBOO_CLUSTER_NODE_HEARTBEAT_SERVICE
Deprecated. -
Uses of BambooClusterNodeHeartbeatService in com.atlassian.bamboo.ww2
Constructors in com.atlassian.bamboo.ww2 with parameters of type BambooClusterNodeHeartbeatService Constructor Description FreemarkerContext(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, SystemInfo systemInfo, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, CustomVariableContext customVariableContext, HigherOrderAvatarProvider higherOrderAvatarProvider, BambooClusterNodeHeartbeatService clusterNodeHeartbeatService)
-