Uses of Interface
com.atlassian.bamboo.setup.BootstrapManager

Packages that use BootstrapManager
com.atlassian.bamboo.agent.classserver   
com.atlassian.bamboo.agent.elastic.server   
com.atlassian.bamboo.agent.elastic.tunnel   
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.container   
com.atlassian.bamboo.index   
com.atlassian.bamboo.license   
com.atlassian.bamboo.migration   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.persister.file   
com.atlassian.bamboo.security.applinks   
com.atlassian.bamboo.setup   
com.atlassian.bamboo.testutils.setup   
com.atlassian.bamboo.upgrade   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.upgrade.tasks.v5_6   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions.admin.migration   
com.atlassian.bamboo.ww2.actions.setup   
 

Uses of BootstrapManager in com.atlassian.bamboo.agent.classserver
 

Constructors in com.atlassian.bamboo.agent.classserver with parameters of type BootstrapManager
AgentServerManagerImpl(BootstrapManager bootstrapManager, java.util.Map<java.lang.Object,java.lang.Object> userProperties)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.agent.elastic.server
 

Constructors in com.atlassian.bamboo.agent.elastic.server with parameters of type BootstrapManager
ElasticInstanceManagerImpl(AwsAccountBean awsAccountBean, AdministrationConfigurationAccessor administrationConfigurationAccessor, int startupTimeoutSeconds, java.util.concurrent.ScheduledExecutorService executor, KeyStoreFactory keyStoreFactory, SSLContextFactory sslContextFactory, BootstrapManager bootstrapManager, ErrorHandler errorHandler, SpotInstanceConfigurationAccessor spotInstanceConfigurationAccessor)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.agent.elastic.tunnel
 

Methods in com.atlassian.bamboo.agent.elastic.tunnel with parameters of type BootstrapManager
 ElasticAgentTunnelManager DefaultElasticAgentTunnelManagerFactory.create(java.net.URL baseURL, javax.net.ssl.SSLContext sslContext, BootstrapManager bootstrapManager, ElasticAgentTunnelPorts ports)
           
 

Constructors in com.atlassian.bamboo.agent.elastic.tunnel with parameters of type BootstrapManager
ElasticAgentTunnelManagerImpl(java.net.URL baseURL, javax.net.ssl.SSLContext sslContext, BootstrapManager bootstrapManager, ElasticAgentTunnelPorts ports)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.configuration
 

Methods in com.atlassian.bamboo.configuration that return BootstrapManager
 BootstrapManager ScheduledBackupJob.getBootstrapManager()
           
 

Methods in com.atlassian.bamboo.configuration with parameters of type BootstrapManager
 void ConfigurationAction.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container with parameters of type BootstrapManager
 void BambooContainer.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.index
 

Constructors in com.atlassian.bamboo.index with parameters of type BootstrapManager
LuceneConnectionImpl(BootstrapManager bootstrapManager, java.lang.String subDirectory)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.license
 

Constructors in com.atlassian.bamboo.license with parameters of type BootstrapManager
BambooLicenseManagerImpl(BootstrapManager bootstrapManager, BambooLimitsManager bambooLimitsManager, FeatureManager featureManager)
           
DefaultBambooLimitsManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.migration
 

Methods in com.atlassian.bamboo.migration with parameters of type BootstrapManager
 void XmlMigrator.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.migration.stream
 

Constructors in com.atlassian.bamboo.migration.stream with parameters of type BootstrapManager
ServerIDMapper(net.sf.hibernate.SessionFactory sessionFactory, BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.persister.file
 

Constructors in com.atlassian.bamboo.persister.file with parameters of type BootstrapManager
FileBasedPersister(BootstrapManager bootstrapManager, XStreamManager xStreamManager)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.security.applinks
 

Constructors in com.atlassian.bamboo.security.applinks with parameters of type BootstrapManager
BambooHostApplication(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.applinks.spi.util.TypeAccessor typeAccessor, ProjectManager projectManager, PlanManager planManager, BambooPermissionManager permissionManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, BootstrapManager bootstrapManager, com.atlassian.applinks.api.ApplicationLinkService applicationLinkService)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.setup
 

Classes in com.atlassian.bamboo.setup that implement BootstrapManager
 class DefaultBootstrapManager
          BootstrapManager is responsible for initializing the dependencies of Bamboo environment.
 

Methods in com.atlassian.bamboo.setup with parameters of type BootstrapManager
 void BambooBootstrapPlaceholderConfigurer.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.testutils.setup
 

Classes in com.atlassian.bamboo.testutils.setup that implement BootstrapManager
 class TestBootstrapManager
           
 

Uses of BootstrapManager in com.atlassian.bamboo.upgrade
 

Fields in com.atlassian.bamboo.upgrade declared as BootstrapManager
protected  BootstrapManager AbstractBootstrapUpgradeTask.bootstrapManager
           
 

Methods in com.atlassian.bamboo.upgrade with parameters of type BootstrapManager
 void AbstractBootstrapUpgradeTask.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Constructors in com.atlassian.bamboo.upgrade with parameters of type BootstrapManager
AdministrationConfigurationUpgrader(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.upgrade.tasks
 

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type BootstrapManager
 void UpgradeTask2512MoveAtlassianUserXML.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.upgrade.tasks.v5_6
 

Methods in com.atlassian.bamboo.upgrade.tasks.v5_6 with parameters of type BootstrapManager
 void UpgradeTask4409UpdateBuildExpirySettingsForOnDemand.setBootstrapManager(BootstrapManager bootstrapManager)
           
 void UpgradeTask4403MoveSpotInstancesConfigurationToBandana.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.utils
 

Constructors in com.atlassian.bamboo.utils with parameters of type BootstrapManager
ResourceResolver(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.v2.build.agent
 

Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type BootstrapManager
AgentCommandSenderImpl(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.ww2
 

Methods in com.atlassian.bamboo.ww2 that return BootstrapManager
 BootstrapManager FreemarkerContext.getBootstrapManager()
           
 BootstrapManager BambooActionSupport.getBootstrapManager()
           
 

Constructors in com.atlassian.bamboo.ww2 with parameters of type BootstrapManager
FreemarkerContext(BambooLicenseManager bambooLicenseManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, DashboardCachingManager dashboardCachingManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, BambooUserManager bambooUserManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PlanFavouriteService planFavouriteService, GravatarService gravatarService, ServerStatusProvider serverStatusProvider, PlanManager planManager, BootstrapManager bootstrapManager, FeatureManager featureManager)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.ww2.actions.admin.migration
 

Methods in com.atlassian.bamboo.ww2.actions.admin.migration with parameters of type BootstrapManager
 void Import.setBootstrapManager(BootstrapManager bootstrapManager)
           
 void Export.setBootstrapManager(BootstrapManager bootstrapManager)
           
 void Backup.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.ww2.actions.setup
 

Methods in com.atlassian.bamboo.ww2.actions.setup that return BootstrapManager
 BootstrapManager SetupUtilityBean.getBootstrapManager()
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.