public abstract class FileManager extends hudson.model.AbstractModelObject implements hudson.model.Describable<FileManager>
| Constructor and Description |
|---|
FileManager() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<FileManager,FileManagerDescriptor> |
all()
This will allow to retrieve the list of plugins at runtime
|
boolean |
equals(Object o) |
FileManagerDescriptor |
getDescriptor() |
abstract Iterable<File> |
getFilesToBackup()
This method determines files and folders for Storage
|
String |
getSearchUrl() |
int |
hashCode() |
void |
restoreFiles(File finalResultDir)
This will restore files to their right place in the HUDSON directory
|
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendErrorpublic abstract Iterable<File> getFilesToBackup() throws org.jenkinsci.plugins.periodicbackup.PeriodicBackupException
PeriodicBackupException - if anything bad happenspublic void restoreFiles(File finalResultDir) throws IOException, org.jenkinsci.plugins.periodicbackup.PeriodicBackupException
finalResultDir - the temporary directory where ONLY the files for restoring areIOException - IOException when IO problemPeriodicBackupException - if anything else bad happenspublic static hudson.DescriptorExtensionList<FileManager,FileManagerDescriptor> all()
public FileManagerDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<FileManager>public String getSearchUrl()
getSearchUrl in interface hudson.search.SearchItemCopyright © 2016–2022. All rights reserved.