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" : "...",
"bundleDescription" : "...",
"bundleSymbolicName" : "...",
"bundleName" : "...",
"repositoryId" : "...",
"fileExtension" : "...",
"bundleVersion" : "...",
"packaging" : "...",
"bundleLicense" : "...",
"bundleExportService" : "...",
"groupId" : "...",
"artifactId" : "...",
"bundleRequireBundle" : "...",
"id" : "...",
"classifier" : "...",
"goals" : [ "...", "..." ],
"context" : "...",
"bundleExportPackage" : "...",
"scope" : "...",
"prefix" : "...",
"type" : "...",
"bundleDocUrl" : "...",
"size" : "...",
"path" : "...",
"url" : "...",
"version" : "...",
"bundleImportPackage" : "..."
}