Back to index
Summary
Adds an artifact version query to an existing artifact. Dependent artifact versions are retrieved when the parent artifact version is retrieved.artifactVersionNameStringrequiredThe name of the artifactVersion. dependentArtifactVersionArrayoptionalList of dependent artifactVersions to add/remove from the artifactVersion. |
Usage
Perl
$cmdr->addDependentsToArtifactVersion( "test-artifactVersionName" # artifactVersionName # optionals );
ectool
ectool addDependentsToArtifactVersion \ "test-artifactVersionName" `# artifactVersionName` \ # optionals