Class BackupRestoreStartJobAnalyticsEvent
- java.lang.Object
-
- com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreStartJobAnalyticsEvent
-
@AsynchronousPreferred public class BackupRestoreStartJobAnalyticsEvent extends Object
Used when a backup or restore job begins processing.- Since:
- 8.4
-
-
Constructor Summary
Constructors Constructor Description BackupRestoreStartJobAnalyticsEvent(Long jobId, JobScope jobScope, JobOperation jobOperation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getJobId()
Get id of jobJobOperation
getJobOperation()
Get operation of jobJobScope
getJobScope()
Get scope of job
-
-
-
Constructor Detail
-
BackupRestoreStartJobAnalyticsEvent
public BackupRestoreStartJobAnalyticsEvent(Long jobId, JobScope jobScope, JobOperation jobOperation)
-
-
Method Detail
-
getJobId
public Long getJobId()
Get id of job- Returns:
- jobId
-
getJobScope
public JobScope getJobScope()
Get scope of job- Returns:
- jobScope (SITE or SPACE)
-
getJobOperation
public JobOperation getJobOperation()
Get operation of job- Returns:
- jobOperation (BACKUP or RESTORE)
-
-