Back to index
Summary
Retrieves all configurations in the deployer.projectNameStringrequiredThe name for the project that must be unique among all projects. releaseNameStringoptionalThe name of the release. stageNameStringoptionalThe name of the stage of a pipeline attached to a release if specified. applicationNameStringoptionalThe name of the application. applicationProjectNameStringoptionalThe name of the project containing specified application. If not specified, it is defaulted to the release project name. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getDeployerConfigurations( projectName: "test-projectName" /* optional arguments */ )