Uses of Class
com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.events.AbstractRestoreEvent
-
-
Uses of AbstractRestoreEvent in com.atlassian.confluence.impl.backuprestore.restore.confluencelocker
Methods in com.atlassian.confluence.impl.backuprestore.restore.confluencelocker with parameters of type AbstractRestoreEvent Modifier and Type Method Description voidConfluenceLockerOnSiteRestore. handleEvent(AbstractRestoreEvent abstractRestoreEvent)Receives events from the same node. -
Uses of AbstractRestoreEvent in com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.events
Subclasses of AbstractRestoreEvent in com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.events Modifier and Type Class Description classInProgressRestoreEventAn event that is sent periodically with the restore process state.classRestoreFailedEventAn event that is sent when restore process failsclassSuccessfullyFinishedRestoreEventAn event that is sent when the restore process finishes successfully.
-