Uses of Class
com.atlassian.bitbucket.migration.ExportRequest
Packages that use ExportRequest
-
Uses of ExportRequest in com.atlassian.bitbucket.migration
Methods in com.atlassian.bitbucket.migration that return ExportRequestMethods in com.atlassian.bitbucket.migration with parameters of type ExportRequestModifier and TypeMethodDescriptionMigrationService.previewExport
(ExportRequest request) Resolves export items without triggering an export.MigrationService.startExport
(ExportRequest request) Export the repositories specified in theexport request
. -
Uses of ExportRequest in com.atlassian.bitbucket.migration.event
Constructors in com.atlassian.bitbucket.migration.event with parameters of type ExportRequestModifierConstructorDescriptionMigrationExportStartedEvent
(Object source, Job job, ExportRequest request)