Uses of Interface
com.atlassian.bamboo.cluster.BambooClusterSettings
-
-
Uses of BambooClusterSettings in com.atlassian.bamboo.chains
Constructors in com.atlassian.bamboo.chains with parameters of type BambooClusterSettings Constructor Description ChainStageHibernateDao(@NotNull BambooClusterSettings bambooClusterSettings)
-
Uses of BambooClusterSettings in com.atlassian.bamboo.cluster
Classes in com.atlassian.bamboo.cluster that implement BambooClusterSettings Modifier and Type Class Description class
BambooClusterSettingsImpl
-
Uses of BambooClusterSettings in com.atlassian.bamboo.grpc
Constructors in com.atlassian.bamboo.grpc with parameters of type BambooClusterSettings 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 BambooClusterSettings in com.atlassian.bamboo.grpc.interceptor
Constructors in com.atlassian.bamboo.grpc.interceptor with parameters of type BambooClusterSettings Constructor Description RejectCrossNodesEventsInterceptor(BambooClusterSettings bambooClusterSettings)
-
Uses of BambooClusterSettings in com.atlassian.bamboo.labels
Constructors in com.atlassian.bamboo.labels with parameters of type BambooClusterSettings Constructor Description LabelHibernateDao(@NotNull BambooClusterSettings bambooClusterSettings)
-
Uses of BambooClusterSettings in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type BambooClusterSettings Constructor Description PlanHibernateDao(TransactionAndHibernateTemplate transactionTemplate, BambooClusterSettings bambooClusterSettings)
-
Uses of BambooClusterSettings in com.atlassian.bamboo.plan.artifact
Constructors in com.atlassian.bamboo.plan.artifact with parameters of type BambooClusterSettings Constructor Description ArtifactDefinitionHibernateDao(@NotNull BambooClusterSettings bambooClusterSettings)
-
Uses of BambooClusterSettings in com.atlassian.bamboo.plan.cache
Constructors in com.atlassian.bamboo.plan.cache with parameters of type BambooClusterSettings Constructor Description ImmutablePlanCacheServiceImpl(@NotNull ImmutablePlanManager immutablePlanManager, @NotNull PlanDao planDao, @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
Constructors in com.atlassian.bamboo.repository with parameters of type BambooClusterSettings Constructor Description PlanRepositoryLinkHibernateDao(@NotNull BambooClusterSettings bambooClusterSettings)
RepositoryDefinitionHibernateDao(@NotNull TransactionAndHibernateTemplate bambooTransactionHibernateTemplate, @NotNull BambooClusterSettings bambooClusterSettings)
-
Uses of BambooClusterSettings in com.atlassian.bamboo.variable
Constructors in com.atlassian.bamboo.variable with parameters of type BambooClusterSettings Constructor Description VariableDefinitionHibernateDao(TransactionAndHibernateTemplate transactionTemplate, BambooClusterSettings bambooClusterSettings)
-
Uses of BambooClusterSettings in com.atlassian.bamboo.versioning
Fields in com.atlassian.bamboo.versioning declared as BambooClusterSettings Modifier and Type Field Description protected BambooClusterSettings
AbstractVersioningSupplement. bambooClusterSettings
Constructors in com.atlassian.bamboo.versioning with parameters of type BambooClusterSettings Constructor Description AbstractVersioningSupplement(@NotNull BambooClusterSettings bambooClusterSettings, @NotNull Class<R> type)
PlanVersioningSupplement(@NotNull BambooClusterSettings bambooClusterSettings)
RepositoryDataEntityVersioningSupplement(@NotNull BambooClusterSettings bambooClusterSettings)
-