Uses of Interface
com.atlassian.bitbucket.job.Job
Package
Description
-
Uses of Job in com.atlassian.bitbucket.job
Modifier and TypeMethodDescriptionJobService.create
(JobCreationRequest request) Creates a newJob
from the supplied request objectJobMessage.getJob()
JobMessageCreationRequest.getJob()
JobUpdateRequest.getJob()
JobService.update
(JobUpdateRequest request) Updates aJob
Modifier and TypeMethodDescriptionJobService.getById
(long jobId) Gets aJob
by its IDJobMessageSearchRequest.getJob()
JobService.search
(JobSearchRequest request, PageRequest pageRequest) Finds alljobs
matching the supplied request objectModifier and TypeMethodDescription -
Uses of Job in com.atlassian.bitbucket.migration
Modifier 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.Modifier 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
ModifierConstructorDescriptionprotected
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)