Uses of Interface
com.atlassian.bamboo.beehive.ClusterNodeProperties
-
Packages that use ClusterNodeProperties Package Description com.atlassian.bamboo.beehive com.atlassian.bamboo.grpc com.atlassian.bamboo.grpc.authentication -
-
Uses of ClusterNodeProperties in com.atlassian.bamboo.beehive
Classes in com.atlassian.bamboo.beehive that implement ClusterNodeProperties Modifier and Type Class Description class
BambooClusterNodeProperties
Responsible for loading the cluster properties from file, if it exists -
Uses of ClusterNodeProperties in com.atlassian.bamboo.grpc
Constructors in com.atlassian.bamboo.grpc with parameters of type ClusterNodeProperties 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)
-
Uses of ClusterNodeProperties in com.atlassian.bamboo.grpc.authentication
Constructors in com.atlassian.bamboo.grpc.authentication with parameters of type ClusterNodeProperties Constructor Description GrpcChannelServiceImpl(ClusterNodeProperties clusterNodeProperties, BambooHomeLocator bambooHomeLocator, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService)
-