Package com.atlassian.bamboo.container
Interface Startable
- All Known Subinterfaces:
BuildPersisterDecorator
,Persister
- All Known Implementing Classes:
CachedBuildPersisterDecorator
,FileBasedPersister
,XStreamBuildPersister
public interface Startable
This interface is used to denote container components that need to be started.
It contains the stop method as anything that needs to be started should also clean up when stopped.
-
Method Summary