Uses of Interface
com.atlassian.bamboo.upgrader.VersionUpgrader

Packages that use VersionUpgrader
com.atlassian.bamboo.persister   
com.atlassian.bamboo.persister.file   
com.atlassian.bamboo.upgrader   
 

Uses of VersionUpgrader in com.atlassian.bamboo.persister
 

Methods in com.atlassian.bamboo.persister that return VersionUpgrader
 VersionUpgrader Persister.getVersionUpgrader()
          Which upgrader does the persister use?
 

Methods in com.atlassian.bamboo.persister with parameters of type VersionUpgrader
 void Persister.setVersionUpgrader(VersionUpgrader versionUpgrader)
          Set by the configuration loaders when the persister is first instantiated.
 

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

Methods in com.atlassian.bamboo.persister.file that return VersionUpgrader
 VersionUpgrader FileBasedPersister.getVersionUpgrader()
           
 

Methods in com.atlassian.bamboo.persister.file with parameters of type VersionUpgrader
 void FileBasedPersister.setVersionUpgrader(VersionUpgrader versionUpgrader)
          Set by the configuration loader when the persister is first instantiated.
 

Uses of VersionUpgrader in com.atlassian.bamboo.upgrader
 

Classes in com.atlassian.bamboo.upgrader that implement VersionUpgrader
 class DefaultVersionUpgrader
          This class upgrades the bamboo persisted files to the latest version
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.