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
Array<Unknown>optional
List of dependent artifactVersions to add/remove from the artifactVersion.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.addDependentsToArtifactVersion( artifactVersionName: "test-artifactVersionName" /* optional arguments */ )