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 voidImporter.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 voidImporter.onArchiveEntry(ImportContext importContext, ArchiveSource archiveSource) Called when an archive entry is encountered within an archive.default voidImporter.onEnd(ImportContext importContext) Called after the import has finished.default voidImporter.onEntry(ImportContext importContext, EntrySource entrySource) default voidImporter.onStart(ImportContext importContext) Called after the export is started.