Uses of Class
com.atlassian.confluence.api.model.backuprestore.FileInfo
-
Packages that use FileInfo Package Description com.atlassian.confluence.api.service.backuprestore com.atlassian.confluence.impl.backuprestore -
-
Uses of FileInfo in com.atlassian.confluence.api.service.backuprestore
Methods in com.atlassian.confluence.api.service.backuprestore that return types with arguments of type FileInfo Modifier and Type Method Description List<FileInfo>BackupRestoreService. getFiles(JobScope jobScope)Gets information of files stored in /restore/(jobScope) -
Uses of FileInfo in com.atlassian.confluence.impl.backuprestore
Methods in com.atlassian.confluence.impl.backuprestore that return types with arguments of type FileInfo Modifier and Type Method Description List<FileInfo>BackupRestoreFilesystemManager. getFiles(JobScope jobScope)Gets list of FileInfo objects containing the information of files present in the site or space restore folderList<FileInfo>DefaultBackupRestoreService. getFiles(JobScope jobScope)
-