|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
AdministrationConfigurationManager administrationConfigurationManager,
int startupTimeoutSeconds,
java.util.concurrent.ScheduledExecutorService executor,
KeyStoreFactory keyStoreFactory,
SSLContextFactory sslContextFactory,
BootstrapManager bootstrapManager,
ErrorHandler errorHandler)
|
|
| 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)
|
|
| Uses of BootstrapManager in com.atlassian.bamboo.license |
|---|
| Constructors in com.atlassian.bamboo.license with parameters of type BootstrapManager | |
|---|---|
BambooLicenseManagerImpl(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,
AdministrationConfigurationManager configurationManager,
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)
|
| 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.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.v2.build.queue |
|---|
| Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type BootstrapManager | |
|---|---|
BuildQueueManagerImpl(com.atlassian.event.api.EventPublisher eventPublisher,
BuildExecutionManager buildExecutionManager,
PlanManager planManager,
org.springframework.jms.core.JmsTemplate jmsTemplate,
com.atlassian.plugin.PluginAccessor pluginAccessor,
ErrorUpdateHandler errorUpdateHandler,
BootstrapManager bootstrapManager,
org.springframework.transaction.support.TransactionTemplate transactionTemplate,
ExecutableAgentsHelper executableAgentsHelper,
CustomVariableContextRunner customVariableContextRunner,
EnvironmentService environmentService,
ExecutionPhaseService executionPhaseService)
|
|
| 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,
AdministrationConfigurationManager administrationConfigurationManager,
BambooPermissionManager bambooPermissionManager,
DashboardCachingManager dashboardCachingManager,
com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
BambooUserManager bambooUserManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
PlanFavouriteService planFavouriteService,
GravatarService gravatarService,
ServerLifecycleProvider serverLifecycleProvider,
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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||