modifyArtifactVersion

On this page
Back to index

Summary

Modifies an existing artifact version.
artifactVersionName
Stringoptional
The name of the artifact version.
artifactVersionState
Stringoptional
The state of the artifact version.
Possible values: "available", "publishing", "unavailable"
dependentArtifactVersions
Array<Unknown>optional
The set of artifactVersions on which this artifactVersion depends.
description
Stringoptional
Comment text describing this object that is not interpreted at all by CloudBees CD/RO.
newName
Stringoptional
The new name for an existing object that is being renamed.
removeAllDependentArtifactVersions
Booleanoptional
If true then all dependencies will be removed.
repositoryName
Stringoptional
The 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 */ )