| Constructor and Description |
|---|
DefaultCacheSettingsManager(BootstrapManager bootstrapManager,
String cacheSettingsDefaults,
String cacheSettingsOverrides) |
DefaultCacheSettingsManager(BootstrapManager bootstrapManager,
String cacheSettingsDefaults,
String cacheSettingsOverrides,
List<String> ignored)
Deprecated.
since 5.9.1
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapManager |
ConfluenceActionSupport.getBootstrapManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfluenceActionSupport.setBootstrapManager(BootstrapManager bootstrapManager) |
| Constructor and Description |
|---|
DefaultContextPathHolder(BootstrapManager bootstrapManager) |
| Constructor and Description |
|---|
BootstrapResource(BootstrapManager bootstrapManager) |
| Constructor and Description |
|---|
EhCacheConfigFileStore(BootstrapManager bootstrapManager) |
| Constructor and Description |
|---|
FilesystemJournalStateStore(BootstrapManager bootstrapManager) |
| Constructor and Description |
|---|
DefaultImportExportManager(ContentPermissionManager contentPermissionManager,
BootstrapManager bootstrapManager,
PageManager pageManager,
com.atlassian.event.api.EventPublisher eventPublisher,
UpgradeManager upgradeManager) |
| Modifier and Type | Field and Description |
|---|---|
protected BootstrapManager |
AbstractXmlExporter.bootstrapManager |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractXmlExporter.setBootstrapManager(BootstrapManager bootstrapManager) |
| Constructor and Description |
|---|
CleanTempDirectoryJob(BootstrapManager bootstrapManager,
int deleteFilesOlderThanHours) |
ConfluenceTempDirExportFileNameGenerator(BootstrapManager bootstrapManager,
String exportDirPrefix,
String extension,
String timeFormat) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebImagesDownloadResourceManager.setBootstrapManager(BootstrapManager bootstrapManager) |
| Constructor and Description |
|---|
ExportDownloadFromFilestoreResourceManager(MediaApiClientSupplier clientSupplier,
MediaApiClientIdentitySupplier clientIdentitySupplier,
GateKeeper gateKeeper,
BootstrapManager bootstrapManager) |
ExportDownloadResourceManager(BootstrapManager bootstrapManager,
GateKeeper gateKeeper) |
| Constructor and Description |
|---|
FileBackupImporter(JournalStateStore journalStateStore,
JournalStateStore bandanaJournalStateStore,
BandanaConfigMigrator bandanaConfigMigrator,
BootstrapManager bootstrapManager,
BackupRestoreProviderManager backupRestoreProviderManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
DefaultAttachmentManager systemDefaultAttachmentManager,
PluginDataImportService pluginDataImportService) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericVelocityMacro.setBootstrapManager(BootstrapManager bootstrapManager) |
| Modifier and Type | Method and Description |
|---|---|
static File |
ConfluencePluginUtils.getBundledPluginDirectory(BootstrapManager bootstrapManager)
Deprecated.
since 3.4, use com.atlassian.confluence.plugin.PluginDirectoryProvider#getBundledPluginDirectory
If running before bootstrap use getBundledPluginDirectory(HomeLocator homeLocator), the homeLocator
returns the correct confluence home even if bootstrap hasn't been initialised.
|
static File |
ConfluencePluginUtils.getPluginDirectory(BootstrapManager bootstrapManager)
Deprecated.
since 3.4, use com.atlassian.confluence.plugin.PluginDirectoryProvider#getPluginDirectory
|
static File |
ConfluencePluginUtils.getPluginsPersistentCacheDirectory(BootstrapManager bootstrapManager)
Deprecated.
since 3.4, use com.atlassian.confluence.plugin.PluginDirectoryProvider#getPluginsPersistentCacheDirectory
If running before bootstrap use getBundledPluginDirectory(HomeLocator homeLocator), the homeLocator
returns the correct confluence home even if bootstrap hasn't been initialised.
|
static File |
ConfluencePluginUtils.getPluginTempDirectory(BootstrapManager bootstrapManager)
Deprecated.
since 3.4, use com.atlassian.confluence.plugin.PluginDirectoryProvider#getPluginTempDirectory
If running before bootstrap use getPluginTempDirectory(HomeLocator homeLocator), the homeLocator
returns the correct confluence home even if bootstrap hasn't been initialised.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildNumberCondition.setBootstrapManager(BootstrapManager bootstrapManager) |
| Constructor and Description |
|---|
BuildNumberUrlReadingCondition(BootstrapManager bootstrapManager,
BuildNumberRangeChecker buildNumberRangeChecker) |
| Constructor and Description |
|---|
DirectorySupplier(BootstrapManager bootstrapManager) |
| Constructor and Description |
|---|
HomeDirectoryHealthCheck(BootstrapManager bootstrapManager) |
| Constructor and Description |
|---|
SynchronyContextProvider(PageManager pageManager,
SynchronyDarkFeatureHelper darkFeatureHelper,
SynchronyConfigurationManager synchronyConfigurationManager,
SynchronyJsonWebTokenGenerator synchronyJsonWebTokenGenerator,
BootstrapManager bootstrapManager) |
| Constructor and Description |
|---|
DefaultSynchronyConfigurationManager(BandanaManager bandanaManager,
LicenseService licenseService,
DarkFeaturesManager darkFeaturesManager,
com.atlassian.event.api.EventPublisher eventPublisher,
SynchronyHttpClientFactory synchronyHttpClientFactory,
com.atlassian.beehive.ClusterLockService clusterLockService,
BootstrapManager bootstrapManager,
cloud.atlassian.provisioning.TenantedEventRegistrar tenantedEventRegistrar) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericVelocityMacro.setBootstrapManager(BootstrapManager bootstrapManager)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PagesSoapService.setBootstrapManager(BootstrapManager bootstrapManager) |
| Constructor and Description |
|---|
TempIndexWriterStrategy(com.atlassian.core.util.ProgressWrapper progressWrapper,
com.atlassian.bonnie.ILuceneConnection luceneConnection,
BootstrapManager bootstrapManager,
com.atlassian.bonnie.analyzer.LuceneAnalyzerFactory analyzerFactory) |
| Constructor and Description |
|---|
UserDictionaryFactory(BootstrapManager bootstrapManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSetSpacePermissionChecker.setBootstrapManager(BootstrapManager bootstrapManager) |
| Constructor and Description |
|---|
ExportWordPageServer(BootstrapManager bootstrapManager,
SettingsManager settingsManager,
PageManager pageManager,
PermissionManager permissionManager,
Renderer viewBodyTypeAwareRenderer,
Excerpter excerpter,
com.atlassian.plugin.webresource.PluginResourceLocator pluginResourceLocator,
DownloadResourceManager downloadResourceManager,
DataSourceFactory dataSourceFactory,
MimetypesFileTypeMap mimetypesFileTypeMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBootstrapManager
BootstrapManager is responsible for initializing the dependencies of Confluence environment.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapManager |
BootstrapAppConfig.bootstrapManager() |
protected BootstrapManager |
AbstractBootstrapApplicationListener.getBootstrapManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfluenceLicenseRegistry.setBootstrapManager(BootstrapManager bootstrapManager)
Deprecated.
|
| Constructor and Description |
|---|
BootstrapPropertiesProvider(BootstrapManager bootstrapManager) |
ConfluenceRendererConfiguration(BootstrapManager bootstrapManager,
SettingsManager settingsManager) |
| Constructor and Description |
|---|
ConfluenceBandanaPersister(XStreamManager xStreamManager,
BootstrapManager bootstrapManager) |
| Constructor and Description |
|---|
DefaultSystemInformationService(BootstrapManager bootstrapManager,
org.hibernate.SessionFactory sessionFactory,
com.atlassian.plugin.PluginAccessor pluginAccessor,
SettingsManager settingsManager,
ConfluenceSidManager sidManager,
I18NBeanFactory i18NBeanFactory,
BandanaManager bandanaManager,
LicenseService licenseService,
DateFormatterFactory dateFormatterFactory,
com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager) |
| Constructor and Description |
|---|
DropForeignKeyConstraintCommandFactory(BootstrapManager bootstrapManager,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
net.sf.hibernate.SessionFactory sessionFactory) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DataAccessUtils.isColumnPresent(String tableName,
String columnName,
org.springframework.transaction.PlatformTransactionManager transactionManager,
net.sf.hibernate.SessionFactory sessionFactory,
BootstrapManager bootstrapManager) |
| Constructor and Description |
|---|
NotificationPageColumnUpgradeTask(net.sf.hibernate.SessionFactory sessionFactory,
BootstrapManager bootstrapManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
DropForeignKeyConstraintCommandFactory dropForeignKeyConstraintCommandFactory,
ConfluenceHibernateConfig hibernateConfig) |
RenameEhcachePropertiesUpgradeTask(BootstrapManager bootstrapManager) |
| Constructor and Description |
|---|
DefaultSignupValidator(SignupManager signupManager,
UserAccessor userAccessor,
BootstrapManager bootstrapManager) |
Copyright © 2003–2016 Atlassian. All rights reserved.