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

Packages that use BootstrapManager
com.atlassian.bamboo.configuration.wizard   
com.atlassian.bamboo.license   
com.atlassian.bamboo.migration   
com.atlassian.bamboo.persister.file   
com.atlassian.bamboo.setup   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.ww2.actions.admin   
com.atlassian.bamboo.ww2.actions.admin.migration   
com.atlassian.bamboo.ww2.actions.setup   
 

Uses of BootstrapManager in com.atlassian.bamboo.configuration.wizard
 

Constructors in com.atlassian.bamboo.configuration.wizard with parameters of type BootstrapManager
WelcomeWizard1(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.license
 

Methods in com.atlassian.bamboo.license that return BootstrapManager
 BootstrapManager BambooLicenseRegistry.getBootstrapManager()
           
 

Methods in com.atlassian.bamboo.license with parameters of type BootstrapManager
 void BambooLicenseRegistry.setBootstrapManager(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.persister.file
 

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

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.
 

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

Methods in com.atlassian.bamboo.upgrade.tasks that return BootstrapManager
 BootstrapManager UpgradeTask201.getBootstrapManager()
           
 

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

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

Methods in com.atlassian.bamboo.ww2.actions.admin with parameters of type BootstrapManager
 void UpdateLicenseAction.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.admin.migration that return BootstrapManager
 BootstrapManager Export.getBootstrapManager()
           
 

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

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

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



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.