Uses of Interface
com.atlassian.bitbucket.migration.ImportContext
Packages that use ImportContext
-
Uses of ImportContext in com.atlassian.bitbucket.migration
Methods in com.atlassian.bitbucket.migration with parameters of type ImportContextModifier and TypeMethodDescriptiondefault void
Importer.finalizeRepositoryImport
(ImportContext context, com.atlassian.bitbucket.repository.Repository repository) A callback to indicate a repository and any of its dependent entities have been imported.default void
Importer.onArchiveEntry
(ImportContext importContext, ArchiveSource archiveSource) Called when an archive entry is encountered within an archive.default void
Importer.onEnd
(ImportContext importContext) Called after the import has finished.default void
Importer.onEntry
(ImportContext importContext, EntrySource entrySource) default void
Importer.onStart
(ImportContext importContext) Called after the export is started.