Package | Description |
---|---|
com.atlassian.bitbucket.job | |
com.atlassian.bitbucket.migration | |
com.atlassian.bitbucket.migration.event |
Modifier and Type | Field and Description |
---|---|
Job |
JobMessageCreationRequest.Builder.job |
Modifier and Type | Method and Description |
---|---|
Job |
JobService.create(JobCreationRequest request)
Creates a new
Job from the supplied request object |
Job |
JobMessageCreationRequest.getJob() |
Job |
JobMessage.getJob() |
Job |
JobUpdateRequest.getJob() |
Job |
JobService.update(JobUpdateRequest request)
Updates a
Job |
Modifier and Type | Method and Description |
---|---|
Optional<Job> |
JobService.getById(long jobId)
Gets a
Job by its ID |
Optional<Job> |
JobMessageSearchRequest.getJob() |
Page<Job> |
JobService.search(JobSearchRequest request,
PageRequest pageRequest)
Finds all
jobs matching the supplied request object |
Modifier and Type | Method and Description |
---|---|
JobMessageSearchRequest.Builder |
JobMessageSearchRequest.Builder.job(Job value) |
Constructor and Description |
---|
Builder(Job job) |
Builder(Job job,
String text) |
Modifier and Type | Method and Description |
---|---|
Job |
MigrationService.startExport(ExportRequest request)
Export the repositories specified in the
export request . |
Job |
MigrationService.startImport(ImportRequest request)
Import the data contained in the archive specified in the
import request . |
Modifier and Type | Method and Description |
---|---|
Optional<Job> |
MigrationService.cancelExport(long jobId)
Cancels the export job.
|
Optional<Job> |
MigrationService.cancelImport(long jobId)
Cancels the import job.
|
Optional<Job> |
MigrationService.getExportJob(long jobId)
Retrieves the export job.
|
Optional<Job> |
MigrationService.getImportJob(long jobId)
Retrieves the import job.
|
Modifier and Type | Field and Description |
---|---|
protected Job |
AbstractInstanceMigrationEvent.job |
Constructor and Description |
---|
AbstractInstanceMigrationEvent(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) |
Copyright © 2022 Atlassian. All rights reserved.