Class MigrationImportStartedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEvent
com.atlassian.bitbucket.migration.event.MigrationImportStartedEvent
- All Implemented Interfaces:
Serializable
@AsynchronousPreferred
public class MigrationImportStartedEvent
extends AbstractInstanceMigrationEvent
Event that is raised when an Data Center Migration import has been started.
- Since:
- 5.13
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEvent
job
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEvent
getDuration, getJobId
Methods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUser
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
MigrationImportStartedEvent
-