Uses of Class
com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter
-
Packages that use BackupRestoreJobsSearchFilter Package Description com.atlassian.confluence.backuprestore com.atlassian.confluence.impl.backuprestore -
-
Uses of BackupRestoreJobsSearchFilter in com.atlassian.confluence.backuprestore
Methods in com.atlassian.confluence.backuprestore that return BackupRestoreJobsSearchFilter Modifier and Type Method Description BackupRestoreJobsSearchFilterBackupRestoreJobsSearchFilter.Builder. build()Methods in com.atlassian.confluence.backuprestore with parameters of type BackupRestoreJobsSearchFilter Modifier and Type Method Description Collection<BackupRestoreJob>BackupRestoreManager. findJobs(BackupRestoreJobsSearchFilter backupRestoreJobsSearchFilter, int limit)Returns jobs based on the filter provided. -
Uses of BackupRestoreJobsSearchFilter in com.atlassian.confluence.impl.backuprestore
Methods in com.atlassian.confluence.impl.backuprestore with parameters of type BackupRestoreJobsSearchFilter Modifier and Type Method Description Collection<BackupRestoreJob>ConfluenceBackupRestoreManager. findJobs(BackupRestoreJobsSearchFilter backupRestoreJobsSearchFilter, int limit)Returns jobs based on the filter provided.
-