| Modifier and Type | Class and Description |
|---|---|
class |
ConfigOnly
This implementation of FileManager will only select the .xml files from the Jenkins homedir
and the config.xml files of all the jobs and users during backup.
|
class |
FullBackup
FullBackup will choose all the files in the Jenkins homedir during the backup.
|
| Modifier and Type | Method and Description |
|---|---|
FileManager |
BackupObject.getFileManager() |
FileManager |
PeriodicBackupLink.getFileManagerPlugin() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<FileManager,FileManagerDescriptor> |
FileManager.all()
This will allow to retrieve the list of plugins at runtime
|
| 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) |
void |
PeriodicBackupLink.setFileManagerPlugin(FileManager fileManagerPlugin) |
| Constructor and Description |
|---|
BackupObject(FileManager fileManager,
Storage storage,
Location location,
Date timestamp) |
| Constructor and Description |
|---|
FileManagerDescriptor(Class<? extends FileManager> clazz) |
Copyright © 2016–2022. All rights reserved.