Uses of Class
com.atlassian.confluence.impl.backuprestore.domain.BackupRestoreJobStatisticsRecord
-
Packages that use BackupRestoreJobStatisticsRecord Package Description com.atlassian.confluence.backuprestore com.atlassian.confluence.impl.backuprestore com.atlassian.confluence.impl.backuprestore.dao -
-
Uses of BackupRestoreJobStatisticsRecord in com.atlassian.confluence.backuprestore
Methods in com.atlassian.confluence.backuprestore that return BackupRestoreJobStatisticsRecord Modifier and Type Method Description BackupRestoreJobStatisticsRecordBackupRestoreManager. getStatisticsById(long id) -
Uses of BackupRestoreJobStatisticsRecord in com.atlassian.confluence.impl.backuprestore
Methods in com.atlassian.confluence.impl.backuprestore that return BackupRestoreJobStatisticsRecord Modifier and Type Method Description BackupRestoreJobStatisticsRecordConfluenceBackupRestoreManager. getStatisticsById(long jobId) -
Uses of BackupRestoreJobStatisticsRecord in com.atlassian.confluence.impl.backuprestore.dao
Methods in com.atlassian.confluence.impl.backuprestore.dao that return BackupRestoreJobStatisticsRecord Modifier and Type Method Description BackupRestoreJobStatisticsRecordBackupRestoreJobDao. getStatisticsById(long id)Methods in com.atlassian.confluence.impl.backuprestore.dao with parameters of type BackupRestoreJobStatisticsRecord Modifier and Type Method Description voidBackupRestoreJobDao. save(BackupRestoreJobStatisticsRecord statisticsRecord)
-