Back to index
Summary
Retrieves the specified applications in a project.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationTypeStringoptionalThe type of the application. Possible values: "external" , "microservice" , "traditional" includeEntityRevisionsBooleanoptionalInclude the revisions of application the search results. referenceComponentNameStringoptionalName of the master component. referenceComponentProjectStringoptionalProject name of the master component. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getApplications( projectName: "test-projectName" /* optional arguments */ )