Class MigrationImportFinishedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEvent
com.atlassian.bitbucket.migration.event.MigrationExportFinishedEvent
com.atlassian.bitbucket.migration.event.MigrationImportFinishedEvent
- All Implemented Interfaces:
- Serializable
@AsynchronousPreferred
public class MigrationImportFinishedEvent
extends MigrationExportFinishedEvent
Event that is raised when an Data Center Migration import has completed executing.
 
 To determine whether the import has finished successfully, the state should be inspected.
- Since:
- 5.13
- See Also:
- 
Field SummaryFields inherited from class com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEventjobFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionMigrationImportFinishedEvent(Object source, Job job, long errorCount, long infoCount, long warningCount) 
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.migration.event.MigrationExportFinishedEventgetErrorCount, getFinalState, getInfoCount, getWarningCountMethods inherited from class com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEventgetDuration, getJobIdMethods inherited from class com.atlassian.bitbucket.event.ApplicationEventgetDate, getUserMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
MigrationImportFinishedEvent
 
-