Back to index
Summary
Retrieves all components in a project.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationEntityRevisionIdStringoptionalThe revision ID of the versioned object. applicationNameStringoptionalName of the application. Specify to search for components scoped to an application. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getComponents( projectName: "test-projectName" /* optional arguments */ )