Uses of Interface
com.atlassian.bamboo.persister.file.BuildPersisterDecorator
-
Packages that use BuildPersisterDecorator Package Description 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 Modifier and Type Class Description 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 Constructor Description CachedBuildPersisterDecorator(BuildPersisterDecorator parent)
-
Uses of BuildPersisterDecorator in com.atlassian.bamboo.persister.file
Classes in com.atlassian.bamboo.persister.file that implement BuildPersisterDecorator Modifier and Type Class Description class
XStreamBuildPersister
This class provides an XStream implementation of the BambooBuildPersisterDecorator
'er.
-