@Service public class FileManifestStore extends Object implements ManifestStore
Constructor and Description |
---|
FileManifestStore(SkipperServerProperties skipperServerProperties) |
Modifier and Type | Method and Description |
---|---|
String |
getManfiestDir() |
void |
store(Release release)
Store the manifest file for the given release.
|
@Autowired public FileManifestStore(SkipperServerProperties skipperServerProperties)
public void store(Release release)
ManifestStore
store
in interface ManifestStore
release
- the release object that contains the manifest file to store.public String getManfiestDir()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.