Class BackupRestoreStartJobAnalyticsEvent


  • @AsynchronousPreferred
    public class BackupRestoreStartJobAnalyticsEvent
    extends Object
    Used when a backup or restore job begins processing.
    Since:
    8.4
    • 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)