Part of lp.soyuz.interfaces.packagecopyjob View In Hierarchy
IJob representing a copy of packages between places.Inherited from IPackageCopyJobPublic:
| Int | id | The tracking number for this job. |
| Int | source_archive_id | Undocumented |
| Int | target_archive_id | Undocumented |
| TextLine | package_name | Undocumented |
| TextLine | package_version | Undocumented |
| TextLine | component_name | Undocumented |
| TextLine | section_name | Undocumented |
| Attribute | metadata | A dict of data about the job. |
Inherited from IPackageCopyJobEdit:
| Method | extendMetadata | Update the job's JSON metadata with items from metadata_dict. |