Uses of Interface
com.atlassian.bamboo.persister.Persister

Packages that use Persister
com.atlassian.bamboo   
com.atlassian.bamboo.build.monitoring   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.container   
com.atlassian.bamboo.migration   
com.atlassian.bamboo.persister.file   
com.atlassian.bamboo.security   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.ww2   
 

Uses of Persister in com.atlassian.bamboo
 

Methods in com.atlassian.bamboo that return Persister
 Persister Bamboo.getDefaultPersister()
          Which persister is the system using?
 

Uses of Persister in com.atlassian.bamboo.build.monitoring
 

Methods in com.atlassian.bamboo.build.monitoring with parameters of type Persister
 void BuildHangingMonitor.setPersister(Persister persister)
           
 

Uses of Persister in com.atlassian.bamboo.buildqueue.manager
 

Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type Persister
 void RemoteAgentManagerImpl.setPersister(Persister persister)
           
 

Uses of Persister in com.atlassian.bamboo.configuration
 

Constructors in com.atlassian.bamboo.configuration with parameters of type Persister
DefaultAdministrationConfigurationManager(Persister persister)
           
 

Uses of Persister in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container that return Persister
 Persister BambooContainer.getDefaultPersister()
           
static Persister PersisterFactory.getInstance()
           
 

Methods in com.atlassian.bamboo.container with parameters of type Persister
 void BambooContainer.reportBuildConfigurationProblems(Persister persister, ErrorHandler errorHandler)
           
static void PersisterFactory.setPersister(Persister persister)
           
 void BambooContainer.setPersister(Persister persister)
           
 

Uses of Persister in com.atlassian.bamboo.migration
 

Methods in com.atlassian.bamboo.migration with parameters of type Persister
 void XmlMigrator.setPersister(Persister persister)
           
 

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

Classes in com.atlassian.bamboo.persister.file that implement Persister
 class FileBasedPersister
          This class persists all data as xml data files on the file system.
 

Uses of Persister in com.atlassian.bamboo.security
 

Methods in com.atlassian.bamboo.security that return Persister
 Persister BambooPermissionManagerImpl.getPersister()
           
 

Methods in com.atlassian.bamboo.security with parameters of type Persister
 void BambooPermissionManagerImpl.setPersister(Persister persister)
           
 

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

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type Persister
 void UpgradeTask1310UpdateEBSSnapshot.setPersister(Persister persister)
           
 

Uses of Persister in com.atlassian.bamboo.ww2
 

Methods in com.atlassian.bamboo.ww2 that return Persister
protected  Persister BambooActionSupport.getDefaultPersister()
           
 



Copyright © 2011 Atlassian. All Rights Reserved.