Part of lp.soyuz.interfaces.packagecopyjob View In Hierarchy
IPackageCopyJob-implementing types.| Method | wrap | Wrap a PackageCopyJob in its concrete implementation type. |
PackageCopyJob in its concrete implementation type.
As a special case, None produces None.
| Parameters | package_copy_job | A PackageCopyJob. |
| Returns | An IPackageCopyJob implementation based on
package_copy_job, but of the job's specific concrete type
(such as PlainPackageCopyJob). | |