Uses of Interface
com.atlassian.bitbucket.migration.ExportContext
-
Uses of ExportContext in com.atlassian.bitbucket.migration
Modifier and TypeMethodDescriptiondefault void
Exporter.export
(ExportContext exportContext, com.atlassian.bitbucket.project.Project project) Called when a project is exported.default void
Exporter.export
(ExportContext exportContext, com.atlassian.bitbucket.pull.PullRequest pullRequest) Called when a pull request is exported.default void
Exporter.export
(ExportContext exportContext, com.atlassian.bitbucket.repository.Repository repository) Called when a repository is exported.default void
Exporter.onEnd
(ExportContext exportContext) Called after the export is finished.default void
Exporter.onStart
(ExportContext exportContext) Called before the export is started.