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 Details

    • BackupRestoreStartJobAnalyticsEvent

      public BackupRestoreStartJobAnalyticsEvent(Long jobId, JobScope jobScope, JobOperation jobOperation)
  • Method Details

    • 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)