Uses of Interface
com.atlassian.bamboo.container.Startable
-
Packages that use Startable Package Description com.atlassian.bamboo.persister com.atlassian.bamboo.persister.file -
-
Uses of Startable in com.atlassian.bamboo.persister
Subinterfaces of Startable in com.atlassian.bamboo.persister Modifier and Type Interface Description interface
Persister
This interface defines how Bamboo build data can be persisted.Classes in com.atlassian.bamboo.persister that implement Startable Modifier and Type Class Description class
CachedBuildPersisterDecorator
Caches the builds so speed up performance and handle transient Build fields. -
Uses of Startable in com.atlassian.bamboo.persister.file
Subinterfaces of Startable in com.atlassian.bamboo.persister.file Modifier and Type Interface Description interface
BuildPersisterDecorator
This interface provides an abstract for persisting Bamboo builds objects.Classes in com.atlassian.bamboo.persister.file that implement Startable Modifier and Type Class Description class
FileBasedPersister
This class persists all data as xml data files on the file system.class
XStreamBuildPersister
This class provides an XStream implementation of the BambooBuildPersisterDecorator
'er.
-