Class TerminateBackupRestoreJobRequest

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.impl.backuprestore.events.TerminateBackupRestoreJobRequest
All Implemented Interfaces:
ClusterEvent, Serializable

public class TerminateBackupRestoreJobRequest extends ConfluenceEvent implements ClusterEvent
Cluster event that requires to cancel the job on other nodes (if they are found). When we cancel the job, it can be run on any node, so we have to inform all nodes.
Since:
8.3.0
See Also:
  • Constructor Details

    • TerminateBackupRestoreJobRequest

      public TerminateBackupRestoreJobRequest(Object src, long jobId)
  • Method Details

    • getJobId

      public long getJobId()