Uses of Interface
com.atlassian.bamboo.cluster.BambooClusterSettings
Package
Description
-
Uses of BambooClusterSettings in com.atlassian.bamboo.chains
ModifierConstructorDescriptionChainStageHibernateDao
(@NotNull BambooClusterSettings bambooClusterSettings) -
Uses of BambooClusterSettings in com.atlassian.bamboo.cluster
-
Uses of BambooClusterSettings 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) -
Uses of BambooClusterSettings in com.atlassian.bamboo.grpc.interceptor
ModifierConstructorDescriptionRejectCrossNodesEventsInterceptor
(BambooClusterSettings bambooClusterSettings) -
Uses of BambooClusterSettings in com.atlassian.bamboo.labels
ModifierConstructorDescriptionLabelHibernateDao
(@NotNull BambooClusterSettings bambooClusterSettings) -
Uses of BambooClusterSettings in com.atlassian.bamboo.plan
ModifierConstructorDescriptionPlanHibernateDao
(TransactionAndHibernateTemplate transactionTemplate, BambooClusterSettings bambooClusterSettings) -
Uses of BambooClusterSettings in com.atlassian.bamboo.plan.artifact
ModifierConstructorDescriptionArtifactDefinitionHibernateDao
(@NotNull BambooClusterSettings bambooClusterSettings) -
Uses of BambooClusterSettings in com.atlassian.bamboo.plan.cache
ModifierConstructorDescriptionImmutablePlanCacheServiceImpl
(@NotNull ImmutablePlanManager immutablePlanManager, @NotNull com.atlassian.config.db.HibernateConfig hibernateConfig, @NotNull CustomVariableContext customVariableContext, @NotNull BuildResultsSummaryDao buildResultsSummaryDao, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull BambooClusterSettings bambooClusterSettings, @NotNull ChainBranchManager chainBranchManager) -
Uses of BambooClusterSettings in com.atlassian.bamboo.repository
ModifierConstructorDescriptionPlanRepositoryLinkHibernateDao
(@NotNull BambooClusterSettings bambooClusterSettings) RepositoryDefinitionHibernateDao
(@NotNull TransactionAndHibernateTemplate bambooTransactionHibernateTemplate, @NotNull BambooClusterSettings bambooClusterSettings) -
Uses of BambooClusterSettings in com.atlassian.bamboo.variable
ModifierConstructorDescriptionVariableDefinitionHibernateDao
(TransactionAndHibernateTemplate transactionTemplate, BambooClusterSettings bambooClusterSettings) -
Uses of BambooClusterSettings in com.atlassian.bamboo.versioning
Modifier and TypeFieldDescriptionprotected final BambooClusterSettings
AbstractVersioningSupplement.bambooClusterSettings
ModifierConstructorDescriptionprotected
AbstractVersioningSupplement
(@NotNull BambooClusterSettings bambooClusterSettings, @NotNull Class<R> type) PlanVersioningSupplement
(@NotNull BambooClusterSettings bambooClusterSettings) RepositoryDataEntityVersioningSupplement
(@NotNull BambooClusterSettings bambooClusterSettings)