Uses of Interface
com.atlassian.bamboo.setup.BootstrapManager
Packages that use BootstrapManager
Package
Description
-
Uses of BootstrapManager in com.atlassian.bamboo.admin.configuration
Constructors in com.atlassian.bamboo.admin.configuration with parameters of type BootstrapManagerModifierConstructorDescriptionAdministrationConfigurationServiceImpl
(AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, BranchAndTagDetectionJobScheduler branchAndTagDetectionJobScheduler, AgentAutomaticManagementJobScheduler agentAutomaticManagementJobScheduler, BootstrapManager bootstrapManager, BambooPermissionManager bambooPermissionManager, PullRequestDetectionJobScheduler pullRequestDetectionJobScheduler, RepositoryStoredSpecsPollingScheduler repositoryStoredSpecsPollingScheduler, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of BootstrapManager in com.atlassian.bamboo.agent.classserver
Constructors in com.atlassian.bamboo.agent.classserver with parameters of type BootstrapManagerModifierConstructorDescriptionAgentServerManagerImpl
(BootstrapManager bootstrapManager, BambooBrokerService broker, Map<String, String> userProperties) -
Uses of BootstrapManager in com.atlassian.bamboo.agent.elastic.server
Constructors in com.atlassian.bamboo.agent.elastic.server with parameters of type BootstrapManagerModifierConstructorDescriptionElasticInstanceManagerImpl
(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
Constructors in com.atlassian.bamboo.amq with parameters of type BootstrapManagerModifierConstructorDescriptionBambooBrokerService
(org.apache.activemq.broker.BrokerService brokerService, BootstrapManager bootstrapManager, KeyStoreFactory keyStoreFactory, SecretEncryptionService secretEncryptionService) -
Uses of BootstrapManager in com.atlassian.bamboo.configuration
Methods in com.atlassian.bamboo.configuration that return BootstrapManagerMethods in com.atlassian.bamboo.configuration with parameters of type BootstrapManagerModifier and TypeMethodDescriptionvoid
ConfigurationAction.setBootstrapManager
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.bamboo.configuration.external
Constructors in com.atlassian.bamboo.configuration.external with parameters of type BootstrapManagerModifierConstructorDescriptionRepositoryStoredSpecsLogServiceImpl
(BootstrapManager bootstrapManager, ResultsSummaryManager resultsManager, BambooSpecsStateDao bambooSpecsStateDao) -
Uses of BootstrapManager in com.atlassian.bamboo.license
Constructors in com.atlassian.bamboo.license with parameters of type BootstrapManagerModifierConstructorDescriptionBambooLicenseManagerImpl
(@NotNull BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.bamboo.migration
Methods in com.atlassian.bamboo.migration with parameters of type BootstrapManagerModifier and TypeMethodDescriptionvoid
XmlMigrator.setBootstrapManager
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type BootstrapManagerModifierConstructorDescriptionServerIDMapper
(org.hibernate.SessionFactory sessionFactory, BootstrapManager bootstrapManager, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of BootstrapManager in com.atlassian.bamboo.migration.stream.userdata
Methods in com.atlassian.bamboo.migration.stream.userdata with parameters of type BootstrapManagerModifier and TypeMethodDescriptionstatic Path
LocalGroupMapper.getMembershipDataPath
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.bamboo.persister.file
Constructors in com.atlassian.bamboo.persister.file with parameters of type BootstrapManagerModifierConstructorDescriptionFileBasedPersister
(@Nullable BootstrapManager bootstrapManager, @NotNull XStreamFactory xStreamFactory) -
Uses of BootstrapManager in com.atlassian.bamboo.security.applinks
Constructors in com.atlassian.bamboo.security.applinks with parameters of type BootstrapManagerModifierConstructorDescriptionBambooHostApplication
(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
Constructors in com.atlassian.bamboo.serialization with parameters of type BootstrapManagerModifierConstructorDescriptionBambooHomeDirectoryClassWhitelistProvider
(@NotNull BootstrapManager bootstrapManager, @NotNull com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of BootstrapManager in com.atlassian.bamboo.setup
Classes in com.atlassian.bamboo.setup that implement BootstrapManagerModifier and TypeClassDescriptionclass
BootstrapManager is responsible for initializing the dependencies of Bamboo environment.Methods in com.atlassian.bamboo.setup with parameters of type BootstrapManagerModifier 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
Methods in com.atlassian.bamboo.storage.location with parameters of type BootstrapManagerModifier 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
Methods in com.atlassian.bamboo.testutils.junit.rule with parameters of type BootstrapManagerModifier and TypeMethodDescriptionvoid
BootstrapManagerRule.delegateTo
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.bamboo.testutils.setup
Classes in com.atlassian.bamboo.testutils.setup that implement BootstrapManagerMethods in com.atlassian.bamboo.testutils.setup with parameters of type BootstrapManagerModifier and TypeMethodDescriptionvoid
TestBootstrapManager.setDelegate
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in com.atlassian.bamboo.upgrade
Fields in com.atlassian.bamboo.upgrade declared as BootstrapManagerModifier and TypeFieldDescriptionprotected BootstrapManager
AbstractBootstrapUpgradeTask.bootstrapManager
protected final BootstrapManager
AbstractUpgradeManager.bootstrapManager
Methods in com.atlassian.bamboo.upgrade with parameters of type BootstrapManagerModifier and TypeMethodDescriptionvoid
AbstractBootstrapUpgradeTask.setBootstrapManager
(BootstrapManager bootstrapManager) Constructors in com.atlassian.bamboo.upgrade with parameters of type BootstrapManagerModifierConstructorDescriptionprotected
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
Fields in com.atlassian.bamboo.upgrade.tasks.v8_0 declared as BootstrapManagerModifier and TypeFieldDescriptionprotected BootstrapManager
UpgradeTask70302ReorganiseHomeDirectory.bootstrapManager
-
Uses of BootstrapManager in com.atlassian.bamboo.utils
Constructors in com.atlassian.bamboo.utils with parameters of type BootstrapManager -
Uses of BootstrapManager in com.atlassian.bamboo.v2.build.agent
Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type BootstrapManager -
Uses of BootstrapManager in com.atlassian.bamboo.websudo
Constructors in com.atlassian.bamboo.websudo with parameters of type BootstrapManager -
Uses of BootstrapManager in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 that return BootstrapManagerConstructors in com.atlassian.bamboo.ww2 with parameters of type BootstrapManagerModifierConstructorDescriptionFreemarkerContext
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, CachedDeploymentProjectService cachedDeploymentProjectService, CachedEnvironmentService cachedEnvironmentService, 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
Methods in com.atlassian.bamboo.ww2.actions.admin.migration with parameters of type BootstrapManagerModifier and TypeMethodDescriptionvoid
Backup.setBootstrapManager
(BootstrapManager bootstrapManager) void
Import.setBootstrapManager
(BootstrapManager bootstrapManager) -
Uses of BootstrapManager in it.com.atlassian.bamboo.agent.elastic.mocks
Classes in it.com.atlassian.bamboo.agent.elastic.mocks that implement BootstrapManager