Uses of Interface
com.atlassian.bamboo.setup.BootstrapManager
-
-
Uses of BootstrapManager in com.atlassian.bamboo.admin.configuration
Constructors in com.atlassian.bamboo.admin.configuration with parameters of type BootstrapManager Constructor Description AdministrationConfigurationServiceImpl(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
Constructors in com.atlassian.bamboo.agent.classserver with parameters of type BootstrapManager Constructor Description AgentServerManagerImpl(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 BootstrapManager Constructor Description ElasticInstanceManagerImpl(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 BootstrapManager Constructor Description BambooBrokerService(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 BootstrapManager Modifier and Type Method Description BootstrapManager
ScheduledBackupJob. getBootstrapManager()
Methods in com.atlassian.bamboo.configuration with parameters of type BootstrapManager Modifier and Type Method Description void
ConfigurationAction. setBootstrapManager(BootstrapManager bootstrapManager)
-
Uses of BootstrapManager in com.atlassian.bamboo.configuration.external
Constructors in com.atlassian.bamboo.configuration.external with parameters of type BootstrapManager Constructor Description RepositoryStoredSpecsLogServiceImpl(BootstrapManager bootstrapManager, ResultsSummaryManager resultsManager, BambooSpecsStateDao bambooSpecsStateDao)
-
Uses of BootstrapManager in com.atlassian.bamboo.license
Constructors in com.atlassian.bamboo.license with parameters of type BootstrapManager Constructor Description BambooLicenseManagerImpl(@NotNull BootstrapManager bootstrapManager)
-
Uses of BootstrapManager in com.atlassian.bamboo.migration
Methods in com.atlassian.bamboo.migration with parameters of type BootstrapManager Modifier and Type Method Description 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 Constructor Description ServerIDMapper(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 BootstrapManager Modifier and Type Method Description static 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 BootstrapManager Constructor Description FileBasedPersister(@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 BootstrapManager Constructor Description BambooHostApplication(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 BootstrapManager Constructor Description BambooHomeDirectoryClassWhitelistProvider(@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 BootstrapManager Modifier and Type Class Description class
DefaultBootstrapManager
BootstrapManager is responsible for initializing the dependencies of Bamboo environment.Methods in com.atlassian.bamboo.setup with parameters of type BootstrapManager Modifier and Type Method Description void
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 BootstrapManager Modifier and Type Method Description static @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 BootstrapManager Modifier and Type Method Description void
BootstrapManagerRule. delegateTo(BootstrapManager bootstrapManager)
-
Uses of BootstrapManager in com.atlassian.bamboo.testutils.setup
Classes in com.atlassian.bamboo.testutils.setup that implement BootstrapManager Modifier and Type Class Description class
TestBootstrapManager
Methods in com.atlassian.bamboo.testutils.setup with parameters of type BootstrapManager Modifier and Type Method Description void
TestBootstrapManager. setDelegate(BootstrapManager bootstrapManager)
-
Uses of BootstrapManager in com.atlassian.bamboo.upgrade
Fields in com.atlassian.bamboo.upgrade declared as BootstrapManager Modifier and Type Field Description protected BootstrapManager
AbstractBootstrapUpgradeTask. bootstrapManager
protected BootstrapManager
AbstractUpgradeManager. bootstrapManager
Methods in com.atlassian.bamboo.upgrade with parameters of type BootstrapManager Modifier and Type Method Description void
AbstractBootstrapUpgradeTask. setBootstrapManager(BootstrapManager bootstrapManager)
Constructors in com.atlassian.bamboo.upgrade with parameters of type BootstrapManager Constructor Description AbstractUpgradeManager(@NotNull com.atlassian.config.ApplicationConfiguration applicationConfig, @NotNull String newBuildNumber, @NotNull String fileName, @NotNull String xPathExpression, @NotNull BootstrapManager bootstrapManager)
AdministrationConfigurationUpgrader(@NotNull BootstrapManager bootstrapManager)
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)
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)
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 BootstrapManager Modifier and Type Field Description protected BootstrapManager
UpgradeTask70302ReorganiseHomeDirectory. bootstrapManager
-
Uses of BootstrapManager in com.atlassian.bamboo.utils
Constructors in com.atlassian.bamboo.utils with parameters of type BootstrapManager Constructor Description ResourceResolver(@Nullable 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 Constructor Description AgentCommandSenderImpl(BootstrapManager bootstrapManager)
-
Uses of BootstrapManager in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 that return BootstrapManager Modifier and Type Method Description BootstrapManager
BambooActionSupport. getBootstrapManager()
BootstrapManager
FreemarkerContext. getBootstrapManager()
Constructors in com.atlassian.bamboo.ww2 with parameters of type BootstrapManager Constructor Description FreemarkerContext(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, SystemInfo systemInfo, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, 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 BootstrapManager Modifier and Type Method Description void
Backup. setBootstrapManager(BootstrapManager bootstrapManager)
void
Export. 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 Modifier and Type Class Description class
MockBootstrapManager
Created by rstephens on 21/04/15.
-