Class XStreamDeploymentInProgressPersisterImpl
java.lang.Object
com.atlassian.bamboo.persister.xstream.AbstractXStreamPersister<DeploymentResultKey,DeploymentInProgress>
com.atlassian.bamboo.deployments.runtime.XStreamDeploymentInProgressPersisterImpl
- All Implemented Interfaces:
XStreamObjectPersister<DeploymentResultKey,
DeploymentInProgress>
public class XStreamDeploymentInProgressPersisterImpl
extends AbstractXStreamPersister<DeploymentResultKey,DeploymentInProgress>
-
Constructor Summary
ConstructorDescriptionXStreamDeploymentInProgressPersisterImpl
(com.thoughtworks.xstream.XStream xStream, Supplier<File> stateDirectorySupplier) -
Method Summary
Methods inherited from class com.atlassian.bamboo.persister.xstream.AbstractXStreamPersister
cleanStorage, load, loadAll, loadAndRemoveAll, remove, save, storageFile, temporaryFile
-
Constructor Details
-
XStreamDeploymentInProgressPersisterImpl
-