getArtifactVersion

On this page
Back to index

Summary

Retrieves an artifact version by its name.
artifactVersionName
Stringrequired
The name of the artifactVersion.
includeRetrieverJobSteps
Booleanoptional
Whether to include retriever job-step information in the response.
includeRetrieverJobs
Booleanoptional
Whether to include retriever job information in the response.
maxRetrievers
Integeroptional
The maximum number of retriever jobs or jobsteps to return.

Usage

Groovy

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