|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Startable | |
---|---|
com.atlassian.bamboo.container | |
com.atlassian.bamboo.persister | |
com.atlassian.bamboo.persister.file | |
com.atlassian.bamboo.v2.build.agent |
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 |
AbstractStartable
An abstract base class for Startable s, which implements lifecycle logic, and handles automatic start up
and shutdown within Spring. |
Uses of Startable in com.atlassian.bamboo.persister |
---|
Subinterfaces of Startable in com.atlassian.bamboo.persister | |
---|---|
interface |
Persister
Deprecated. This is an old interface. Prefer AdministrationConfigurationManager or PlanManager |
Classes in com.atlassian.bamboo.persister that implement Startable | |
---|---|
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 | |
---|---|
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.v2.build.agent |
---|
Classes in com.atlassian.bamboo.v2.build.agent that implement Startable | |
---|---|
class |
BambooAgentStreamListener
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |