addDependentsToArtifactVersion

On this page
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.
artifactVersionName
Stringrequired
The name of the artifactVersion.
dependentArtifactVersions
Stringoptional
List of dependent artifactVersions to add/remove from the artifactVersion.

Usage

Perl

$cmdr->addDependentsToArtifactVersion( "test-artifactVersionName" # artifactVersionName # optionals );

ectool

ectool addDependentsToArtifactVersion \ "test-artifactVersionName" `# artifactVersionName` \ # optionals