| Modifier and Type | Class and Description |
|---|---|
class |
LocalDirectory
LocalDirectory defines the local folder to store the backup files
|
class |
S3
S3 defines Amazon S3 (Simple Storage Service) to store the backup files
|
| Modifier and Type | Method and Description |
|---|---|
Location |
BackupObject.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<Location,LocationDescriptor> |
Location.all()
This will allow to retrieve the list of plugins at runtime
|
hudson.util.DescribableList<Location,LocationDescriptor> |
PeriodicBackupLink.getLocations() |
| 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 |
|---|
LocationDescriptor(Class<? extends Location> clazz) |
Copyright © 2016–2022. All rights reserved.