Package | Description |
---|---|
com.atlassian.bamboo.persister | |
com.atlassian.bamboo.persister.file |
Modifier and Type | Interface and Description |
---|---|
interface |
Persister
This interface defines how Bamboo build data can be persisted.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedBuildPersisterDecorator
Caches the builds so speed up performance and handle transient Build fields.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BuildPersisterDecorator
This interface provides an abstract for persisting Bamboo builds objects.
|
Modifier and Type | Class and 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 Bamboo
BuildPersisterDecorator 'er. |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.