Class BackupRestoreStartJobAnalyticsEvent
java.lang.Object
com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreStartJobAnalyticsEvent
Used when a backup or restore job begins processing.
- Since:
- 8.4
-
Constructor Summary
ConstructorsConstructorDescriptionBackupRestoreStartJobAnalyticsEvent
(Long jobId, JobScope jobScope, JobOperation jobOperation) -
Method Summary
-
Constructor Details
-
BackupRestoreStartJobAnalyticsEvent
public BackupRestoreStartJobAnalyticsEvent(Long jobId, JobScope jobScope, JobOperation jobOperation)
-
-
Method Details
-
getJobId
Get id of job- Returns:
- jobId
-
getJobScope
Get scope of job- Returns:
- jobScope (SITE or SPACE)
-
getJobOperation
Get operation of job- Returns:
- jobOperation (BACKUP or RESTORE)
-