Back to index
Summary
Retrieves an artifact version by its name.artifactVersionNameStringrequiredThe name of the artifactVersion. includeRetrieverJobStepsBooleanoptionalWhether to include retriever job-step information in the response. includeRetrieverJobsBooleanoptionalWhether to include retriever job information in the response. maxRetrieversIntegeroptionalThe 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 */ )