Uses of Class
com.atlassian.bitbucket.migration.MigrationJobMessageSearchRequest
Packages that use MigrationJobMessageSearchRequest
-
Uses of MigrationJobMessageSearchRequest in com.atlassian.bitbucket.migration
Methods in com.atlassian.bitbucket.migration that return MigrationJobMessageSearchRequestMethods in com.atlassian.bitbucket.migration with parameters of type MigrationJobMessageSearchRequestModifier and TypeMethodDescriptionMigrationService.searchExportJobMessages
(MigrationJobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messages
matching the supplied request object for an export job.MigrationService.searchImportJobMessages
(MigrationJobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messages
matching the supplied request object for an import job.MigrationService.searchMeshMigrationJobMessages
(MigrationJobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messages
matching the supplied request object for a migration job.