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

Packages that use BuildPersisterDecorator
com.atlassian.bamboo.legacy   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.persister.file   
com.atlassian.bamboo.upgrader   
 

Uses of BuildPersisterDecorator in com.atlassian.bamboo.legacy
 

Classes in com.atlassian.bamboo.legacy that implement BuildPersisterDecorator
 class LegacyXStreamPersisterBuild110
          This persister is only used in upgrade code.
 

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 LegacyBuildObject 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.upgrader
 

Classes in com.atlassian.bamboo.upgrader that implement BuildPersisterDecorator
 class LegacyPersister
          This persister is only used in upgrade code.
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.