Uses of Interface
com.atlassian.bitbucket.job.Job
Packages that use Job
Package
Description
-
Uses of Job in com.atlassian.bitbucket.job
Fields in com.atlassian.bitbucket.job declared as JobMethods in com.atlassian.bitbucket.job that return JobModifier and TypeMethodDescriptionJobService.create
(JobCreationRequest request) Creates a newJob
from the supplied request objectJobMessage.getJob()
JobMessageCreationRequest.getJob()
JobUpdateRequest.getJob()
JobService.update
(JobUpdateRequest request) Updates aJob
Methods in com.atlassian.bitbucket.job that return types with arguments of type JobModifier and TypeMethodDescriptionJobService.getById
(long jobId) Gets aJob
by its IDJobMessageSearchRequest.getJob()
JobService.search
(JobSearchRequest request, PageRequest pageRequest) Finds alljobs
matching the supplied request objectMethods in com.atlassian.bitbucket.job with parameters of type JobModifier and TypeMethodDescriptionConstructors in com.atlassian.bitbucket.job with parameters of type Job -
Uses of Job in com.atlassian.bitbucket.migration
Methods in com.atlassian.bitbucket.migration that return JobModifier and TypeMethodDescriptionMigrationService.startExport
(ExportRequest request) Export the repositories specified in theexport request
.MigrationService.startImport
(ImportRequest request) Import the data contained in the archive specified in theimport request
.MigrationService.startMeshMigration
(MeshMigrationRequest request) Start a job that migrates the repository or repositories specified in themigration request
to external Mesh nodes.Methods in com.atlassian.bitbucket.migration that return types with arguments of type JobModifier and TypeMethodDescriptionMigrationService.cancelExport
(long jobId) Cancels the export job.MigrationService.cancelImport
(long jobId) Cancels the import job.MigrationService.cancelMeshMigration
(long jobId) Cancels the migration job.MigrationService.getExportJob
(long jobId) Retrieves the export job.MigrationService.getImportJob
(long jobId) Retrieves the import job.MigrationService.getMeshMigrationJob
(long jobId) Retrieves the migration job. -
Uses of Job in com.atlassian.bitbucket.migration.event
Fields in com.atlassian.bitbucket.migration.event declared as JobConstructors in com.atlassian.bitbucket.migration.event with parameters of type JobModifierConstructorDescriptionprotected
AbstractInstanceMigrationEvent
(Object source, Job job) MeshMigrationFinishedEvent
(Object source, Job job, long errorCount, long infoCount, long warningCount) MeshMigrationStartedEvent
(Object source, Job job) MigrationExportFinishedEvent
(Object source, Job job, long errorCount, long infoCount, long warningCount) MigrationExportStartedEvent
(Object source, Job job, ExportRequest request) MigrationImportFinishedEvent
(Object source, Job job, long errorCount, long infoCount, long warningCount) MigrationImportStartedEvent
(Object source, Job job)