Package com.atlassian.bamboo.persister
Interface XStreamObjectPersister<K extends Key,V>
- All Known Implementing Classes:
AbstractXStreamPersister
,XStreamChainStatePersisterImpl
,XStreamCurrentlyBuildingPersisterImpl
,XStreamDeploymentInProgressPersisterImpl
,XStreamSecureTokenPersister
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Remove all persisted objectsLoad object from the storageloadAll()
Loads all stored objects.Loads all stored objects and removes files from storage.void
Remove object identified by key from the storagevoid
Save an object in the storage
-
Method Details
-
load
Load object from the storage- Returns:
- object fetched from the storage
-
save
Save an object in the storage -
remove
Remove object identified by key from the storage -
cleanStorage
void cleanStorage()Remove all persisted objects -
loadAndRemoveAll
Loads all stored objects and removes files from storage. -
loadAll
Loads all stored objects.- Since:
- 9.5
-