public class

ClusterImportListener

extends Object
java.lang.Object
   ↳ com.atlassian.jira.bc.dataimport.ha.ClusterImportListener

Class Overview

Listens for imports and takes the appropriate actions

Summary

Public Constructors
ClusterImportListener(MessageHandlerService messageHandlerService, ClusterImportService clusterImportService)
Public Methods
@EventListener void onImportCompleted(ImportCompletedEvent importCompletedEvent)
@EventListener void onImportStarted(ImportStartedEvent importStartedEvent)
@EventListener void onRemoteImportCompleted(RemoteImportCompletedEvent remoteImportCompletedEvent)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ClusterImportListener (MessageHandlerService messageHandlerService, ClusterImportService clusterImportService)

Public Methods

@EventListener public void onImportCompleted (ImportCompletedEvent importCompletedEvent)

@EventListener public void onImportStarted (ImportStartedEvent importStartedEvent)

@EventListener public void onRemoteImportCompleted (RemoteImportCompletedEvent remoteImportCompletedEvent)