Back to index
Summary
Retrieve all artifact versions in the system, possibly filtered by artifact, retriever job, or retriever job-step.artifactNameStringoptionalThe name of the artifact to use. retrieverJobIdStringoptionalThe ID or name of the job to use. retrieverJobStepIdStringoptionalThe ID of the job step to use. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getArtifactVersions( /* optional arguments */ )