Back to index
Summary
Retrieves all formal output parameters from an output parameter container.projectNameStringrequiredThe name for the project that must be unique among all projects. pipelineNameStringoptionalThe name of the pipeline, if the formal output parameter is on a pipeline. applicationNameStringoptionalThe name of the application, if the formal output parameter is on an application process. procedureNameStringoptionalThe name of the procedure. processNameStringoptionalThe name of the process, if the formal output parameter is on a process. releaseNameStringoptionalThe name of the release, where pipeline is located. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getFormalOutputParameters( projectName: "test-projectName" /* optional arguments */ )