Uses of Interface
com.atlassian.confluence.setup.BootstrapManager
Packages that use 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
Constructors in com.atlassian.confluence.cache with parameters of type BootstrapManagerModifierConstructorDescriptionDefaultCacheSettingsManager(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
Constructors in com.atlassian.confluence.core with parameters of type BootstrapManager -
Uses of BootstrapManager in com.atlassian.confluence.functest.rest.admin
Constructors in com.atlassian.confluence.functest.rest.admin with parameters of type BootstrapManager -
Uses of BootstrapManager in com.atlassian.confluence.impl.filestore
Constructors in com.atlassian.confluence.impl.filestore with parameters of type BootstrapManager -
Uses of BootstrapManager in com.atlassian.confluence.impl.health.checks
Constructors in com.atlassian.confluence.impl.health.checks with parameters of type BootstrapManagerModifierConstructorDescriptionDefaultDataSourceConfiguration(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
Constructors in com.atlassian.confluence.impl.health.web with parameters of type BootstrapManagerModifierConstructorDescriptionLegacyJohnsonEventSerializer(I18NBeanFactory i18NBeanFactory, BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.impl.importexport
Fields in com.atlassian.confluence.impl.importexport declared as BootstrapManagerMethods in com.atlassian.confluence.impl.importexport with parameters of type BootstrapManagerModifier and TypeMethodDescriptionvoidAbstractXmlExporter.setBootstrapManager(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.impl.index
Constructors in com.atlassian.confluence.impl.index with parameters of type BootstrapManagerModifierConstructorDescriptionDefaultIndexRecoveryService(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
Constructors in com.atlassian.confluence.impl.journal with parameters of type BootstrapManager -
Uses of BootstrapManager in com.atlassian.confluence.impl.logging
Methods in com.atlassian.confluence.impl.logging with parameters of type BootstrapManagerModifier and TypeMethodDescriptionstatic voidLogAppenderController.reconfigureAppendersWithLogDirectory(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.impl.logging.log4j.config
Constructors in com.atlassian.confluence.impl.logging.log4j.config with parameters of type BootstrapManager -
Uses of BootstrapManager in com.atlassian.confluence.impl.setup
Constructors in com.atlassian.confluence.impl.setup with parameters of type BootstrapManagerModifierConstructorDescriptionDelegatingBootstrapConfigurer(BootstrapManager bootstrapManager, com.atlassian.config.internal.ApplicationConfig applicationConfig) -
Uses of BootstrapManager in com.atlassian.confluence.importexport
Constructors in com.atlassian.confluence.importexport with parameters of type BootstrapManagerModifierConstructorDescriptionDefaultImportExportManager(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
Constructors in com.atlassian.confluence.importexport.impl with parameters of type BootstrapManagerModifierConstructorDescriptionCleanTempDirectoryJob(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
Constructors in com.atlassian.confluence.importexport.resource with parameters of type BootstrapManagerModifierConstructorDescriptionExportDownloadResourceManager(BootstrapManager bootstrapManager, GateKeeper gateKeeper, PermissionManager permissionManager) -
Uses of BootstrapManager in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type BootstrapManagerModifier and TypeMethodDescriptionvoidFileBackupImporter.setBootstrapManager(BootstrapManager bootstrapManager) Deprecated. -
Uses of BootstrapManager in com.atlassian.confluence.internal.index.lucene.snapshot
Constructors in com.atlassian.confluence.internal.index.lucene.snapshot with parameters of type BootstrapManagerModifierConstructorDescriptionDefaultLuceneIndexSnapshotManager(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
Constructors in com.atlassian.confluence.license.rest.resource with parameters of type BootstrapManagerModifierConstructorDescriptionLicenseResource(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
Methods in com.atlassian.confluence.pages.thumbnail with parameters of type BootstrapManagerModifier and TypeMethodDescriptionvoidDefaultThumbnailManager.setBootstrapManager(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.plugin.descriptor.web.conditions
Methods in com.atlassian.confluence.plugin.descriptor.web.conditions with parameters of type BootstrapManagerModifier and TypeMethodDescriptionvoidBuildNumberCondition.setBootstrapManager(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions
Constructors in com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions with parameters of type BootstrapManagerModifierConstructorDescriptionBuildNumberUrlReadingCondition(BootstrapManager bootstrapManager, BuildNumberRangeChecker buildNumberRangeChecker) -
Uses of BootstrapManager in com.atlassian.confluence.plugins.synchrony.bootstrap
Constructors in com.atlassian.confluence.plugins.synchrony.bootstrap with parameters of type BootstrapManagerModifierConstructorDescriptionDefaultSynchronyProcessManager(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, 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
Methods in com.atlassian.confluence.security with parameters of type BootstrapManagerModifier and TypeMethodDescriptionvoidDefaultSetSpacePermissionChecker.setBootstrapManager(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.servlet
Constructors in com.atlassian.confluence.servlet with parameters of type BootstrapManagerModifierConstructorDescriptionExportWordPageServer(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
Subinterfaces of BootstrapManager in com.atlassian.confluence.setupModifier and TypeInterfaceDescriptioninterfaceInternal interface of Bootstrap ManagerClasses in com.atlassian.confluence.setup that implement BootstrapManagerModifier and TypeClassDescriptionclassBootstrapManager is responsible for initializing the dependencies of Confluence environment.Methods in com.atlassian.confluence.setup that return BootstrapManagerModifier and TypeMethodDescriptionprotected BootstrapManagerAbstractBootstrapApplicationListener.getBootstrapManager()DefaultDatabaseVerifier.getBootstrapManager()Methods in com.atlassian.confluence.setup with parameters of type BootstrapManagerModifier and TypeMethodDescriptionvoidConfluenceLicenseRegistry.setBootstrapManager(BootstrapManager bootstrapManager) Deprecated.voidDefaultDatabaseVerifier.setBootstrapManager(BootstrapManager bootstrapManager) Constructors in com.atlassian.confluence.setup with parameters of type BootstrapManagerModifierConstructorDescriptionBootstrapPropertiesProvider(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
Methods in com.atlassian.confluence.setup.actions that return BootstrapManagerModifier and TypeMethodDescriptionprotected BootstrapManagerAbstractSetupAction.getBootstrapManager() -
Uses of BootstrapManager in com.atlassian.confluence.setup.bandana
Methods in com.atlassian.confluence.setup.bandana with parameters of type BootstrapManagerModifier and TypeMethodDescriptionvoidConfluenceBandanaPersister.setBootstrapManager(BootstrapManager bootstrapManager) Deprecated. -
Uses of BootstrapManager in com.atlassian.confluence.setup.velocity
Constructors in com.atlassian.confluence.setup.velocity with parameters of type BootstrapManagerModifierConstructorDescriptionDynamicContextItemProvider(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
Methods in com.atlassian.confluence.status.service with parameters of type BootstrapManagerModifier and TypeMethodDescriptionvoidDefaultSystemInformationService.setBootstrapManager(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.upgrade.upgradetask
Methods in com.atlassian.confluence.upgrade.upgradetask with parameters of type BootstrapManagerModifier and TypeMethodDescriptionstatic booleanDataAccessUtils.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
Constructors in com.atlassian.confluence.user with parameters of type BootstrapManagerModifierConstructorDescriptionDefaultSignupValidator(SignupManager easyUserManager, UserChecker userChecker, BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.confluence.util.db
Methods in com.atlassian.confluence.util.db with parameters of type BootstrapManagerModifier and TypeMethodDescriptionDatabaseUtils.evaluationDatabaseName(BootstrapManager bootstrapManager) Returns the name of the currently used evaluation database or empty if using a production database.
CacheSettingsManagerFactory