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

Packages that use BootstrapManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.configuration.wizard   
com.atlassian.bamboo.container   
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   
com.atlassian.bamboo.ww2.actions.admin.migration   
 

Uses of BootstrapManager in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return BootstrapManager
 BootstrapManager DefaultBuildChangeDetector.getBootstrapManager()
           
 

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

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.container
 

Methods in com.atlassian.bamboo.container with parameters of type BootstrapManager
 void BambooContainer.setBootstrapManager(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)
           
 void UpgradeTask406.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.bamboo.ww2
 

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

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()
           
 BootstrapManager Import.getBootstrapManager()
           
 BootstrapManager Backup.getBootstrapManager()
           
 

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



Copyright © 2008 Atlassian Software Systems.. All Rights Reserved.