Back to index
Summary
Retrieves an artifact by name.artifactNameStringoptionalThe name of the artifact, compose of the group and artifact concatenated by ':', e.g. "group:artifact". Alternatively, the groupId and artifactKey arguments may be used. artifactKeyStringoptionalThe artifactKey component of the GAV (GroupId/ArtifactKey/Version) coordinates. groupIdStringoptionalThe groupId component of the GAV (GroupId/ArtifactKey/Version) coordinates. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getArtifact( /* optional arguments */ )