getApplications

On this page
Back to index

Summary

Retrieves the specified applications in a project.
projectName
Stringrequired
The name for the project that must be unique among all projects.
applicationType
Stringoptional
The type of the application.
Possible values: "external", "microservice", "traditional"
includeEntityRevisions
Booleanoptional
Include the revisions of application the search results.
referenceComponentName
Stringoptional
Name of the master component.
referenceComponentProject
Stringoptional
Project 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 */ )