Uses of Interface
com.atlassian.bamboo.container.Startable

Packages that use Startable
com.atlassian.bamboo.container   
com.atlassian.bamboo.event   
com.atlassian.bamboo.legacy   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.persister.file   
com.atlassian.bamboo.rss   
com.atlassian.bamboo.upgrader   
 

Uses of Startable in com.atlassian.bamboo.container
 

Subinterfaces of Startable in com.atlassian.bamboo.container
 interface TaskDaemon
          This interface provides an abstraction for executing Bamboo Tasks.
 

Classes in com.atlassian.bamboo.container that implement Startable
 class ThreadedTaskDaemon
          This class executes a given task in a single thread.
 

Uses of Startable in com.atlassian.bamboo.event
 

Subinterfaces of Startable in com.atlassian.bamboo.event
 interface BuildEventNotifier
          This manages BuildEventListeners.
 

Classes in com.atlassian.bamboo.event that implement Startable
 class DefaultBuildEventNotifier
          This class keep a registery of BuildEventListeners and notifies them when a build event occurs.
 

Uses of Startable in com.atlassian.bamboo.legacy
 

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

Uses of Startable in com.atlassian.bamboo.persister
 

Subinterfaces of Startable in com.atlassian.bamboo.persister
 interface Persister
          This interface defines how Bamboo build data can be persisted.
 

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

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

Subinterfaces of Startable in com.atlassian.bamboo.persister.file
 interface BuildPersisterDecorator
          This interface provides an abstract for persisting Bamboo builds objects.
 

Classes in com.atlassian.bamboo.persister.file that implement Startable
 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 Bamboo BuildPersisterDecorator'er.
 

Uses of Startable in com.atlassian.bamboo.rss
 

Classes in com.atlassian.bamboo.rss that implement Startable
 class RssBuildFeedService
          This class provides a RSS feed service.
 

Uses of Startable in com.atlassian.bamboo.upgrader
 

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



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.