Uses of Interface
com.atlassian.bitbucket.job.JobMessage
Packages that use JobMessage
-
Uses of JobMessage in com.atlassian.bitbucket.job
Methods in com.atlassian.bitbucket.job that return JobMessageModifier and TypeMethodDescriptionJobService.createMessage(JobMessageCreationRequest request) Creates a newJobMessagefrom the supplied request objectMethods in com.atlassian.bitbucket.job that return types with arguments of type JobMessageModifier and TypeMethodDescriptionJobService.searchMessages(JobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messagesmatching the supplied request object -
Uses of JobMessage in com.atlassian.bitbucket.migration
Methods in com.atlassian.bitbucket.migration that return types with arguments of type JobMessageModifier and TypeMethodDescriptionMigrationService.searchExportJobMessages(MigrationJobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messagesmatching the supplied request object for an export job.MigrationService.searchImportJobMessages(MigrationJobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messagesmatching the supplied request object for an import job.MigrationService.searchMeshMigrationJobMessages(MigrationJobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messagesmatching the supplied request object for a migration job.