| Modifier and Type | Class and Description |
|---|---|
class |
NullStorage |
class |
TarGzStorage |
class |
ZipStorage |
| Modifier and Type | Method and Description |
|---|---|
Storage |
BackupObject.getStorage() |
Storage |
ZipStorage.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<Storage,StorageDescriptor> |
Storage.all()
This will allow to retrieve the list of plugins at runtime
|
hudson.util.DescribableList<Storage,StorageDescriptor> |
PeriodicBackupLink.getStorages() |
| Modifier and Type | Method and Description |
|---|---|
void |
BackupExecutor.backup(FileManager fileManager,
hudson.util.DescribableList<Storage,StorageDescriptor> storages,
hudson.util.DescribableList<Location,LocationDescriptor> locations,
String tempDirectory,
int cycleQuantity,
int cycleDays) |
| Constructor and Description |
|---|
BackupObject(FileManager fileManager,
Storage storage,
Location location,
Date timestamp) |
| Constructor and Description |
|---|
StorageDescriptor(Class<? extends Storage> clazz) |
Copyright © 2016–2022. All rights reserved.