artifactTransferRequest element

Type: artifactTransferRequest
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <artifactTransferRequest> <targetRepositoryId>...</targetRepositoryId> <packaging>...</packaging> <path>...</path> <context>...</context> <artifactId>...</artifactId> <bundleRequireBundle>...</bundleRequireBundle> <bundleVersion>...</bundleVersion> <version>...</version> <bundleExportPackage>...</bundleExportPackage> <bundleImportPackage>...</bundleImportPackage> <groupId>...</groupId> <repositoryId>...</repositoryId> <fileExtension>...</fileExtension> <prefix>...</prefix> <type>...</type> <size>...</size> <bundleDocUrl>...</bundleDocUrl> <classifier>...</classifier> <id>...</id> <scope>...</scope> <url>...</url> <bundleDescription>...</bundleDescription> <bundleSymbolicName>...</bundleSymbolicName> <goals>...</goals> <goals>...</goals> <!--...more "goals" elements...--> <bundleName>...</bundleName> <bundleExportService>...</bundleExportService> <bundleLicense>...</bundleLicense> </artifactTransferRequest>

Example JSON

{ "targetRepositoryId" : "...", "packaging" : "...", "path" : "...", "context" : "...", "artifactId" : "...", "bundleRequireBundle" : "...", "bundleVersion" : "...", "version" : "...", "bundleExportPackage" : "...", "bundleImportPackage" : "...", "groupId" : "...", "repositoryId" : "...", "fileExtension" : "...", "prefix" : "...", "type" : "...", "size" : "...", "bundleDocUrl" : "...", "classifier" : "...", "id" : "...", "scope" : "...", "url" : "...", "bundleDescription" : "...", "bundleSymbolicName" : "...", "goals" : [ "...", ... ], "bundleName" : "...", "bundleExportService" : "...", "bundleLicense" : "..." }