Back to index
Summary
Modifies an existing artifact version.artifactVersionNameStringoptionalThe name of the artifact version. artifactVersionStateStringoptionalThe state of the artifact version. Possible values: "available" , "publishing" , "unavailable" dependentArtifactVersionsArray<Unknown>optionalThe set of artifactVersions on which this artifactVersion depends. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. newNameStringoptionalThe new name for an existing object that is being renamed. removeAllDependentArtifactVersionsBooleanoptionalIf true then all dependencies will be removed. repositoryNameStringoptionalThe name of the artifact repository. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.modifyArtifactVersion( /* optional arguments */ )