Uses of Interface
com.atlassian.bamboo.setup.BootstrapManager
Package
Description
-
Uses of BootstrapManager in com.atlassian.bamboo.admin.configuration
ModifierConstructorDescriptionAdministrationConfigurationServiceImpl
(AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, BranchAndTagDetectionJobScheduler branchAndTagDetectionJobScheduler, FeatureManager featureManager, BootstrapManager bootstrapManager, BambooPermissionManager bambooPermissionManager, PullRequestDetectionJobScheduler pullRequestDetectionJobScheduler, RepositoryStoredSpecsPollingScheduler repositoryStoredSpecsPollingScheduler, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of BootstrapManager in com.atlassian.bamboo.agent.classserver
ModifierConstructorDescriptionAgentServerManagerImpl
(BootstrapManager bootstrapManager, BambooBrokerService broker, Map<String, String> userProperties) -
Uses of BootstrapManager in com.atlassian.bamboo.agent.elastic.server
ModifierConstructorDescriptionElasticInstanceManagerImpl
(AwsAccountBean awsAccountBean, AdministrationConfigurationAccessor administrationConfigurationAccessor, int startupTimeoutSeconds, ScheduledExecutorService executor, KeyStoreFactory keyStoreFactory, SSLContextFactory sslContextFactory, BootstrapManager bootstrapManager, ErrorHandler errorHandler, SpotInstanceConfigurationAccessor spotInstanceConfigurationAccessor, com.atlassian.event.api.EventPublisher eventPublisher, SecretEncryptionService secretEncryptionService) -
Uses of BootstrapManager in com.atlassian.bamboo.amq
ModifierConstructorDescriptionBambooBrokerService
(org.apache.activemq.broker.BrokerService brokerService, BootstrapManager bootstrapManager, KeyStoreFactory keyStoreFactory, SecretEncryptionService secretEncryptionService) -
Uses of BootstrapManager in com.atlassian.bamboo.configuration
Modifier and TypeMethodDescriptionvoid
ConfigurationAction.setBootstrapManager
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.bamboo.configuration.external
ModifierConstructorDescriptionRepositoryStoredSpecsLogServiceImpl
(BootstrapManager bootstrapManager, ResultsSummaryManager resultsManager, BambooSpecsStateDao bambooSpecsStateDao) -
Uses of BootstrapManager in com.atlassian.bamboo.license
ModifierConstructorDescriptionBambooLicenseManagerImpl
(@NotNull BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.bamboo.migration
Modifier and TypeMethodDescriptionvoid
XmlMigrator.setBootstrapManager
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.bamboo.migration.stream
ModifierConstructorDescriptionServerIDMapper
(org.hibernate.SessionFactory sessionFactory, BootstrapManager bootstrapManager, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of BootstrapManager in com.atlassian.bamboo.migration.stream.userdata
Modifier and TypeMethodDescriptionstatic Path
LocalGroupMapper.getMembershipDataPath
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.bamboo.persister.file
ModifierConstructorDescriptionFileBasedPersister
(@Nullable BootstrapManager bootstrapManager, @NotNull XStreamFactory xStreamFactory) -
Uses of BootstrapManager in com.atlassian.bamboo.security.applinks
ModifierConstructorDescriptionBambooHostApplication
(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.applinks.spi.util.TypeAccessor typeAccessor, ProjectManager projectManager, ProjectDao projectDao, AdministrationConfigurationAccessor administrationConfigurationAccessor, BootstrapManager bootstrapManager, com.atlassian.struts.TextProvider textProvider) -
Uses of BootstrapManager in com.atlassian.bamboo.serialization
ModifierConstructorDescriptionBambooHomeDirectoryClassWhitelistProvider
(@NotNull BootstrapManager bootstrapManager, @NotNull com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of BootstrapManager in com.atlassian.bamboo.setup
Modifier and TypeClassDescriptionclass
BootstrapManager is responsible for initializing the dependencies of Bamboo environment.Modifier and TypeMethodDescriptionvoid
BambooBootstrapPlaceholderConfigurer.setBootstrapManager
(BootstrapManager bootstrapManager) void
H2DatabaseUpgrader.upgradeH2Database
(@NotNull BootstrapManager bootstrapManager) void
H2DatabaseUpgraderImpl.upgradeH2Database
(@NotNull BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.bamboo.storage.location
Modifier and TypeMethodDescriptionstatic @NotNull File
ArtifactPathBuilderFactoryImpl.getRootArtifactDirectory
(BootstrapManager bootstrapManager) Only used by some internal code during the boot process, before the StorageLocationService is available. -
Uses of BootstrapManager in com.atlassian.bamboo.testutils.junit.rule
Modifier and TypeMethodDescriptionvoid
BootstrapManagerRule.delegateTo
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.bamboo.testutils.setup
Modifier and TypeMethodDescriptionvoid
TestBootstrapManager.setDelegate
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.bamboo.upgrade
Modifier and TypeFieldDescriptionprotected BootstrapManager
AbstractBootstrapUpgradeTask.bootstrapManager
protected final BootstrapManager
AbstractUpgradeManager.bootstrapManager
Modifier and TypeMethodDescriptionvoid
AbstractBootstrapUpgradeTask.setBootstrapManager
(BootstrapManager bootstrapManager) ModifierConstructorDescriptionprotected
AbstractUpgradeManager
(@NotNull com.atlassian.config.ApplicationConfiguration applicationConfig, @NotNull String newBuildNumber, @NotNull String fileName, @NotNull String xPathExpression, @NotNull BootstrapManager bootstrapManager) AdministrationConfigurationUpgrader
(@NotNull BootstrapManager bootstrapManager) protected
BootstrapUpgradeManagerImpl
(@NotNull com.atlassian.config.ApplicationConfiguration applicationConfig, @NotNull BootstrapUpgradeHelper bootstrapUpgradeHelper, @NotNull BootstrapManager bootstrapManager, @NotNull String newBuildNumber, @NotNull String fileName) BootstrapUpgradeManagerImpl
(@NotNull com.atlassian.config.ApplicationConfiguration applicationConfig, @NotNull BootstrapUpgradeHelper bootstrapUpgradeHelper, BootstrapManager bootstrapManager, @NotNull String fileName) protected
ConfigurationUpgrader
(@NotNull BootstrapManager bootstrapManager, String fileName) UpgradeManagerImpl
(@NotNull com.atlassian.config.ApplicationConfiguration applicationConfig, @NotNull BandanaItemDao bandanaItemDao, @NotNull BambooTransactionHibernateTemplate transactionTemplate, @NotNull BootstrapManager bootstrapManager, @NotNull String fileName) protected
UpgradeManagerImpl
(@NotNull com.atlassian.config.ApplicationConfiguration applicationConfig, @NotNull BandanaItemDao bandanaItemDao, @NotNull BambooTransactionHibernateTemplate transactionTemplate, @NotNull BootstrapManager bootstrapManager, @NotNull String newBuildNumber, @NotNull String fileName) UserConfigurationUpgrader
(@NotNull BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.bamboo.upgrade.tasks.v8_0
Modifier and TypeFieldDescriptionprotected BootstrapManager
UpgradeTask70302ReorganiseHomeDirectory.bootstrapManager
-
Uses of BootstrapManager in com.atlassian.bamboo.utils
-
Uses of BootstrapManager in com.atlassian.bamboo.v2.build.agent
-
Uses of BootstrapManager in com.atlassian.bamboo.websudo
-
Uses of BootstrapManager in com.atlassian.bamboo.ww2
Modifier and TypeMethodDescriptionBambooActionSupport.getBootstrapManager()
FreemarkerContext.getBootstrapManager()
ModifierConstructorDescriptionFreemarkerContext
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, LinkedDeploymentProjectCacheService linkedDeploymentProjectCacheService, NotificationManager notificationManager, PlanFavouriteService planFavouriteService, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor, NodeStatusProvider nodeStatusProvider, StorageCappingService storageCappingService, VcsRepositoryViewerManager vcsRepositoryViewerManager, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, LookAndFeelAssetsProvider lookAndFeelAssetsProvider, CustomVariableContext customVariableContext, HigherOrderAvatarProvider higherOrderAvatarProvider, BambooClusterNodeHeartbeatService clusterNodeHeartbeatService) -
Uses of BootstrapManager in com.atlassian.bamboo.ww2.actions.admin.migration
Modifier and TypeMethodDescriptionvoid
Backup.setBootstrapManager
(BootstrapManager bootstrapManager) void
Import.setBootstrapManager
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in it.com.atlassian.bamboo.agent.elastic.mocks