Uses of Interface
com.atlassian.bamboo.ClusterAwareLifecycleManager
-
Packages that use ClusterAwareLifecycleManager Package Description com.atlassian.bamboo com.atlassian.bamboo.grpc com.atlassian.bamboo.migration com.atlassian.bamboo.plugins.rest.resource com.atlassian.bamboo.spring -
-
Uses of ClusterAwareLifecycleManager in com.atlassian.bamboo
Classes in com.atlassian.bamboo that implement ClusterAwareLifecycleManager Modifier and Type Class Description class
ClusterAwareLifecycleManagerImpl
Constructors in com.atlassian.bamboo with parameters of type ClusterAwareLifecycleManager Constructor Description NodeLifecycleProviderImpl(ClusterAwareLifecycleManager clusterAwareLifecycleManager)
ServerLifecycleManagerImpl(ClusterAwareLifecycleManager clusterAwareLifecycleManager)
Deprecated. -
Uses of ClusterAwareLifecycleManager in com.atlassian.bamboo.grpc
Constructors in com.atlassian.bamboo.grpc with parameters of type ClusterAwareLifecycleManager Constructor Description CrossNodesEventsReceiverService(ImmutablePlanCacheService immutablePlanCacheService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, PluginClusterAwareService pluginClusterAwareService, DeadLetterQueue deadLetterQueue, GrpcBackedCacheManager grpcBackedCacheManager, org.springframework.security.core.session.SessionRegistry sessionRegistry, BambooUserManager bambooUserManager, ClusterAwareLifecycleManager clusterAwareLifecycleManager, FileBasedPersister fileBasedPersister, com.atlassian.event.api.EventPublisher eventPublisher)
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)
-
Uses of ClusterAwareLifecycleManager in com.atlassian.bamboo.migration
Constructors in com.atlassian.bamboo.migration with parameters of type ClusterAwareLifecycleManager Constructor Description ImportExportManagerImpl(DeletionService deletionService, XmlMigrator xmlMigrator, com.opensymphony.xwork2.TextProvider textProvider, AdminErrorHandler adminErrorHandler, DummyResultsSummaryCache dummyResultsSummaryCache, ImmutablePlanCacheService immutablePlanCacheService, ClusterAwareLifecycleManager clusterAwareLifecycleManager)
-
Uses of ClusterAwareLifecycleManager in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type ClusterAwareLifecycleManager Constructor Description ServerResource(ClusterAwareLifecycleManager clusterAwareLifecycleManager, NodeStatusProvider nodeStatusProvider, BambooClusterNodeHeartbeatService bambooClusterNodeService)
-
Uses of ClusterAwareLifecycleManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type ClusterAwareLifecycleManager Modifier and Type Field Description static Supplier<ClusterAwareLifecycleManager>
ComponentAccessor. CLUSTER_AWARE_LIFECYCLE_MANAGER
Deprecated.
-