Uses of Interface
com.atlassian.bamboo.cluster.BambooClusterSettings
Packages that use BambooClusterSettings
Package
Description
-
Uses of BambooClusterSettings in com.atlassian.bamboo.chains
Constructors in com.atlassian.bamboo.chains with parameters of type BambooClusterSettingsModifierConstructorDescriptionChainStageHibernateDao
(@NotNull BambooClusterSettings bambooClusterSettings) -
Uses of BambooClusterSettings in com.atlassian.bamboo.cluster
Classes in com.atlassian.bamboo.cluster that implement BambooClusterSettings -
Uses of BambooClusterSettings in com.atlassian.bamboo.grpc
Constructors in com.atlassian.bamboo.grpc with parameters of type BambooClusterSettingsModifierConstructorDescriptionGrpcServer
(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 BambooClusterSettingsModifierConstructorDescriptionRejectCrossNodesEventsInterceptor
(BambooClusterSettings bambooClusterSettings) -
Uses of BambooClusterSettings in com.atlassian.bamboo.labels
Constructors in com.atlassian.bamboo.labels with parameters of type BambooClusterSettingsModifierConstructorDescriptionLabelHibernateDao
(@NotNull BambooClusterSettings bambooClusterSettings) -
Uses of BambooClusterSettings in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type BambooClusterSettingsModifierConstructorDescriptionPlanHibernateDao
(TransactionAndHibernateTemplate transactionTemplate, BambooClusterSettings bambooClusterSettings) -
Uses of BambooClusterSettings in com.atlassian.bamboo.plan.artifact
Constructors in com.atlassian.bamboo.plan.artifact with parameters of type BambooClusterSettingsModifierConstructorDescriptionArtifactDefinitionHibernateDao
(@NotNull BambooClusterSettings bambooClusterSettings) -
Uses of BambooClusterSettings in com.atlassian.bamboo.plan.cache
Constructors in com.atlassian.bamboo.plan.cache with parameters of type BambooClusterSettingsModifierConstructorDescriptionImmutablePlanCacheServiceImpl
(@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 BambooClusterSettingsModifierConstructorDescriptionPlanRepositoryLinkHibernateDao
(@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 BambooClusterSettingsModifierConstructorDescriptionVariableDefinitionHibernateDao
(TransactionAndHibernateTemplate transactionTemplate, BambooClusterSettings bambooClusterSettings) -
Uses of BambooClusterSettings in com.atlassian.bamboo.versioning
Fields in com.atlassian.bamboo.versioning declared as BambooClusterSettingsModifier and TypeFieldDescriptionprotected final BambooClusterSettings
AbstractVersioningSupplement.bambooClusterSettings
Constructors in com.atlassian.bamboo.versioning with parameters of type BambooClusterSettingsModifierConstructorDescriptionprotected
AbstractVersioningSupplement
(@NotNull BambooClusterSettings bambooClusterSettings, @NotNull Class<R> type) PlanVersioningSupplement
(@NotNull BambooClusterSettings bambooClusterSettings) RepositoryDataEntityVersioningSupplement
(@NotNull BambooClusterSettings bambooClusterSettings)