ArtifactTransferRequest Data Type

Properties
name data type description
targetRepositoryId string
Properties inherited from Artifact
artifactId string
bundleDescription string
bundleDocUrl string
bundleExportPackage string
bundleExportService string
bundleImportPackage string
bundleLicense string
bundleName string
bundleRequireBundle string
bundleSymbolicName string
bundleVersion string
classifier string
context string
fileExtension string
goals array of string
groupId string
id string
packaging string
path string
prefix string
repositoryId string
scope string
size string
type string
url string
version string

Example

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