Back to index
Summary
Retrieves a release by name.releaseNameStringrequiredThe name of the release. projectNameStringrequiredThe name for the project that must be unique among all projects. releaseFlowRuntimeMappingsArray<ReleaseFlowRuntimeMapping>optionalMap of releaseId and flowRuntimeId. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getRelease( releaseName: "test-releaseName", projectName: "test-projectName" /* optional arguments */ )