Back to index
Summary
Retrieves a formal output parameter by name.projectNameStringrequiredThe name for the project that must be unique among all projects. formalOutputParameterNameStringrequiredName for this parameter; used when the procedure is invoked to specify a value for the parameter. applicationNameStringoptionalThe name of the application, if the formal output parameter is on an application process. pipelineNameStringoptionalThe name of the pipeline, if the formal output parameter is on a pipeline. 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
Perl
$cmdr->getFormalOutputParameter( "test-projectName", # projectName "test-formalOutputParameterName" # formalOutputParameterName # optionals );
ectool
ectool getFormalOutputParameter \ "test-projectName" `# projectName` \ "test-formalOutputParameterName" `# formalOutputParameterName` \ # optionals