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

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

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
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.