Uses of Interface
com.atlassian.confluence.setup.BootstrapManager
Package
Description
These REST resources are replacements for admin-level functest RPC calls and should only
be run by a sys-admin in a websudo session.
Provides implementation of Journal Service.
Imports Confluence data from an XML backup.
-
Uses of BootstrapManager in com.atlassian.confluence.cache
ModifierConstructorDescriptionDefaultCacheSettingsManager
(BootstrapManager bootstrapManager, com.atlassian.beehive.ClusterLockService clusterLockService, String cacheSettingsDefaults, String cacheSettingsOverrides) Deprecated.DefaultCacheSettingsManager
(BootstrapManager bootstrapManager, com.atlassian.beehive.ClusterLockService clusterLockService, String cacheSettingsDefaults, String cacheSettingsOverrides, List<String> ignored) Deprecated.since 5.9.1 UseCacheSettingsManagerFactory
-
Uses of BootstrapManager in com.atlassian.confluence.core
-
Uses of BootstrapManager in com.atlassian.confluence.functest.rest.admin
ModifierConstructorDescriptionBootstrapResource
(BootstrapManager bootstrapManager) SpaceImportDirectoryCreationResource
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.impl.filestore
-
Uses of BootstrapManager in com.atlassian.confluence.impl.health.checks
ModifierConstructorDescriptionDefaultDataSourceConfiguration
(com.atlassian.config.db.HibernateConfig hibernateConfig, MBeanServer mBeanServer, BootstrapManager bootstrapManager) LicenseValidationHealthCheck
(BootstrapManager bootstrapManager, LicenseService licenseService, LicenseValidator licenseValidator) -
Uses of BootstrapManager in com.atlassian.confluence.impl.health.web
ModifierConstructorDescriptionLegacyJohnsonEventSerializer
(I18NBeanFactory i18NBeanFactory, BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.impl.importexport
Modifier and TypeMethodDescriptionvoid
AbstractXmlExporter.setBootstrapManager
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.impl.index
ModifierConstructorDescriptionDefaultIndexRecoveryService
(JournalStateStore journalStateStore, JournalDao journalDao, com.atlassian.dc.filestore.api.FileStore.Path sharedHome, ClusterManager clusterManager, com.atlassian.event.api.EventPublisher eventPublisher, ClusterEventWrapperService clusterEventWrapperService, com.atlassian.plugin.PluginAccessor pluginAccessor, ClusterConfigurationHelper clusterConfigurationHelper, ConfluenceDirectories confluenceDirectories, BootstrapManager bootstrapManager, SearchPlatformConfig searchPlatformConfig) -
Uses of BootstrapManager in com.atlassian.confluence.impl.journal
-
Uses of BootstrapManager in com.atlassian.confluence.impl.logging
Modifier and TypeMethodDescriptionstatic void
LogAppenderController.reconfigureAppendersWithLogDirectory
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.impl.logging.log4j.config
-
Uses of BootstrapManager in com.atlassian.confluence.impl.setup
-
Uses of BootstrapManager in com.atlassian.confluence.importexport
ModifierConstructorDescriptionDefaultImportExportManager
(ContentPermissionManager contentPermissionManager, BootstrapManager bootstrapManager, PageManager pageManager, com.atlassian.event.api.EventPublisher eventPublisher, UpgradeManager upgradeManager, com.atlassian.plugin.PluginController pluginController, com.atlassian.plugin.PluginAccessor pluginAccessor) Deprecated. -
Uses of BootstrapManager in com.atlassian.confluence.importexport.impl
ModifierConstructorDescriptionCleanTempDirectoryJob
(BootstrapManager bootstrapManager, DownloadGateKeeper gateKeeper) ConfluenceTempDirExportFileNameGenerator
(BootstrapManager bootstrapManager, String exportDirPrefix, String extension, String dateFormat, String timeFormat) Deprecated. -
Uses of BootstrapManager in com.atlassian.confluence.importexport.resource
ModifierConstructorDescriptionExportDownloadResourceManager
(BootstrapManager bootstrapManager, GateKeeper gateKeeper, PermissionManager permissionManager) -
Uses of BootstrapManager in com.atlassian.confluence.importexport.xmlimport
Modifier and TypeMethodDescriptionvoid
FileBackupImporter.setBootstrapManager
(BootstrapManager bootstrapManager) Deprecated. -
Uses of BootstrapManager in com.atlassian.confluence.internal.index.lucene.snapshot
ModifierConstructorDescriptionDefaultLuceneIndexSnapshotManager
(com.atlassian.plugin.PluginAccessor pluginAccessor, BootstrapManager bootstrapManager, com.atlassian.dc.filestore.api.compat.FilesystemPath sharedHome, JournalStateStore journalStateStore) DefaultLuceneIndexSnapshotManager
(com.atlassian.plugin.PluginAccessor pluginAccessor, BootstrapManager bootstrapManager, com.atlassian.dc.filestore.api.compat.FilesystemPath sharedHome, JournalStateStore journalStateStore, Function<Path, Optional<Long>> indexVersionReader) -
Uses of BootstrapManager in com.atlassian.confluence.license.rest.resource
ModifierConstructorDescriptionLicenseResource
(LicenseWebFacade licenseWebFacade, BootstrapManager bootstrapManager, ClusterManager clusterManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, LicenseService licenseService, UserChecker userChecker, com.atlassian.upm.api.license.DataCenterCrossgradeablePlugins dataCenterCrossgradeablePlugins) -
Uses of BootstrapManager in com.atlassian.confluence.pages.thumbnail
Modifier and TypeMethodDescriptionvoid
DefaultThumbnailManager.setBootstrapManager
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.plugin.descriptor.web.conditions
Modifier and TypeMethodDescriptionvoid
BuildNumberCondition.setBootstrapManager
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions
ModifierConstructorDescriptionBuildNumberUrlReadingCondition
(BootstrapManager bootstrapManager, BuildNumberRangeChecker buildNumberRangeChecker) -
Uses of BootstrapManager in com.atlassian.confluence.plugins.synchrony.bootstrap
ModifierConstructorDescriptionDefaultSynchronyProcessManager
(BootstrapManager bootstrapManager, SystemInformationService systemInformationService, com.atlassian.confluence.plugins.synchrony.config.SynchronyConfigurationManager synchronyConfigurationManager, SynchronyMonitor synchronyMonitor, com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyExecutorServiceProvider executorServiceProvider, ClusterManager clusterManager, SynchronyProxyMonitor synchronyProxyMonitor, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.bandana.BandanaManager bandanaManager, SynchronyEnvironmentBuilder synchronyEnvironmentBuilder, SynchronyProcessBuilder synchronyProcessBuilder) SynchronyEnvironmentBuilder
(BootstrapManager bootstrapManager, SystemInformationService systemInformationService, ClusterManager clusterManager, TomcatConfigHelper tomcatConfigHelper) SynchronyInteropBootstrap
(SynchronyProcessManager processManager, com.atlassian.event.api.EventPublisher eventPublisher, BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.security
Modifier and TypeMethodDescriptionvoid
DefaultSetSpacePermissionChecker.setBootstrapManager
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.servlet
ModifierConstructorDescriptionExportWordPageServer
(BootstrapManager bootstrapManager, SettingsManager settingsManager, PageManager pageManager, PermissionManager permissionManager, Renderer viewBodyTypeAwareRenderer, Excerpter excerpter, com.atlassian.plugin.webresource.PluginResourceLocator pluginResourceLocator, DownloadResourceManager downloadResourceManager, com.atlassian.event.api.EventPublisher eventPublisher, javax.activation.MimetypesFileTypeMap ignored) Deprecated, for removal: This API element is subject to removal in a future version.since 8.6 -
Uses of BootstrapManager in com.atlassian.confluence.setup
Modifier and TypeInterfaceDescriptioninterface
Internal interface of Bootstrap ManagerModifier and TypeClassDescriptionclass
BootstrapManager is responsible for initializing the dependencies of Confluence environment.Modifier and TypeMethodDescriptionprotected BootstrapManager
AbstractBootstrapApplicationListener.getBootstrapManager()
DefaultDatabaseVerifier.getBootstrapManager()
Modifier and TypeMethodDescriptionvoid
ConfluenceLicenseRegistry.setBootstrapManager
(BootstrapManager bootstrapManager) Deprecated.void
DefaultDatabaseVerifier.setBootstrapManager
(BootstrapManager bootstrapManager) ModifierConstructorDescriptionBootstrapPropertiesProvider
(BootstrapManager bootstrapManager) Deprecated.since 7.12BootstrapPropertiesProvider
(BootstrapManager bootstrapManager, com.atlassian.dc.filestore.api.compat.FilesystemPath confluenceHome) Deprecated.ConfluenceRendererConfiguration
(BootstrapManager bootstrapManager, SettingsManager settingsManager) -
Uses of BootstrapManager in com.atlassian.confluence.setup.actions
Modifier and TypeMethodDescriptionprotected BootstrapManager
AbstractSetupAction.getBootstrapManager()
-
Uses of BootstrapManager in com.atlassian.confluence.setup.bandana
Modifier and TypeMethodDescriptionvoid
ConfluenceBandanaPersister.setBootstrapManager
(BootstrapManager bootstrapManager) Deprecated. -
Uses of BootstrapManager in com.atlassian.confluence.setup.velocity
ModifierConstructorDescriptionDynamicContextItemProvider
(GlobalSettingsManager globalSettingsManager, GlobalDescriptionManager globalDescriptionManager, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, FormatSettingsManager formatSettingsManager, UserPreferencesAccessor userPreferencesAccessor, DocumentationBeanFactory documentationBeanFactory, DarkFeaturesManager darkFeaturesManager, UserProfilePictureAccessor userProfilePictureAccessor, BootstrapManager bootstrapManager, ConfluenceAccessManager confluenceAccessManager, DateFormatService dateFormatService, AccessModeService accessModeService, PermissionManager permissionManager, LicenseService licenseService, MessageManager messageManager) -
Uses of BootstrapManager in com.atlassian.confluence.status.service
Modifier and TypeMethodDescriptionvoid
DefaultSystemInformationService.setBootstrapManager
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.upgrade.upgradetask
Modifier and TypeMethodDescriptionstatic boolean
DataAccessUtils.isColumnPresent
(String tableName, String columnName, org.springframework.transaction.PlatformTransactionManager transactionManager, org.hibernate.SessionFactory sessionFactory, BootstrapManager bootstrapManager) Get whether a column is present in the database. -
Uses of BootstrapManager in com.atlassian.confluence.user
ModifierConstructorDescriptionDefaultSignupValidator
(SignupManager easyUserManager, UserChecker userChecker, BootstrapManager bootstrapManager) DefaultUserAccessor
(com.atlassian.user.configuration.RepositoryAccessor repositoryAccessor, SpacePermissionManagerInternal spacePermissionManager, NotificationManager notificationManager, PersonalInformationManager personalInformationManager, UserChecker userChecker, AttachmentManager attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, FollowManager followManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, DisabledUserManager disabledUserManager, ConfluenceUserDao confluenceUserDao, com.atlassian.user.UserManager backingUserManager, SettingsManager settingsManager, AvatarProviderAccessor avatarProviderAccessor, ResourceAccessor resourceAccessor, org.springframework.transaction.PlatformTransactionManager transactionManager, UserMentionsContentReindexer userMentionsContentReindexer, CrowdUserDirectoryHelper crowdUserDirectoryHelper, SynchronizationManager synchronizationManager, UserVerificationTokenManager userVerificationTokenManager, BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.util.db
Modifier and TypeMethodDescriptionDatabaseUtils.evaluationDatabaseName
(BootstrapManager bootstrapManager) Returns the name of the currently used evaluation database or empty if using a production database.
CacheSettingsManagerFactory