|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of FileManager in org.jenkinsci.plugins.periodicbackup |
|---|
| Subclasses of FileManager in org.jenkinsci.plugins.periodicbackup | |
|---|---|
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 during backup. |
class |
FullBackup
FullBackup will choose all the files in the Jenkins homedir during the backup. |
| Methods in org.jenkinsci.plugins.periodicbackup that return FileManager | |
|---|---|
FileManager |
BackupObject.getFileManager()
|
FileManager |
PeriodicBackupLink.getFileManagerPlugin()
|
| Methods in org.jenkinsci.plugins.periodicbackup that return types with arguments of type FileManager | |
|---|---|
static hudson.DescriptorExtensionList<FileManager,FileManagerDescriptor> |
FileManager.all()
This will allow to retrieve the list of plugins at runtime |
| Methods in org.jenkinsci.plugins.periodicbackup with parameters of type FileManager | |
|---|---|
void |
BackupExecutor.backup(FileManager fileManager,
hudson.util.DescribableList<Storage,StorageDescriptor> storages,
hudson.util.DescribableList<Location,LocationDescriptor> locations,
java.lang.String tempDirectory,
int cycleQuantity,
int cycleDays)
|
void |
PeriodicBackupLink.setFileManagerPlugin(FileManager fileManagerPlugin)
|
| Constructors in org.jenkinsci.plugins.periodicbackup with parameters of type FileManager | |
|---|---|
BackupObject(FileManager fileManager,
Storage storage,
Location location,
java.util.Date timestamp)
|
|
| Constructor parameters in org.jenkinsci.plugins.periodicbackup with type arguments of type FileManager | |
|---|---|
FileManagerDescriptor(java.lang.Class<? extends FileManager> clazz)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||