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
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
TerminateBackupRestoreJobRequest
-
-
Method Details
-
getJobId
public long getJobId()
-