Uses of Interface
com.atlassian.bamboo.persister.file.BuildPersisterDecorator

Packages that use BuildPersisterDecorator
com.atlassian.bamboo.persister   
com.atlassian.bamboo.persister.file   
com.atlassian.bamboo.upgrade.tasks   
 

Uses of BuildPersisterDecorator in com.atlassian.bamboo.persister
 

Classes in com.atlassian.bamboo.persister that implement BuildPersisterDecorator
 class CachedBuildPersisterDecorator
          Caches the builds so speed up performance and handle transient Build fields.
 

Constructors in com.atlassian.bamboo.persister with parameters of type BuildPersisterDecorator
CachedBuildPersisterDecorator(BuildPersisterDecorator parent)
           
 

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

Classes in com.atlassian.bamboo.persister.file that implement BuildPersisterDecorator
 class XStreamBuildPersister
          This class provides an XStream implementation of the Bamboo BuildPersisterDecorator'er.
 

Methods in com.atlassian.bamboo.persister.file that return BuildPersisterDecorator
protected  BuildPersisterDecorator FileBasedPersister.getBuildDecorator()
          Lets us override the default behaviour when testing
 

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

Methods in com.atlassian.bamboo.upgrade.tasks that return BuildPersisterDecorator
protected  BuildPersisterDecorator UpgradeTask608BuildLogStorageUpdate.getBuildDecorator()
           
 



Copyright © 2010 Atlassian. All Rights Reserved.