getFormalOutputParameters

Back to index

Summary

Retrieves all formal output parameters from an output parameter container.
projectName
Stringrequired
The name for the project that must be unique among all projects.
applicationName
Stringoptional
The name of the application, if the formal output parameter is on an application process.
pipelineName
Stringoptional
The name of the pipeline, if the formal output parameter is on a pipeline.
procedureName
Stringoptional
The name of the procedure.
processName
Stringoptional
The name of the process, if the formal output parameter is on a process.
releaseName
Stringoptional
The name of the release, where pipeline is located.

Usage

Perl

$cmdr->getFormalOutputParameters( "test-projectName" # projectName # optionals );

ectool

ectool getFormalOutputParameters \ "test-projectName" `# projectName` \ # optionals

Examples

Perl

$cmdr->getFormalOutputParameters("QA Test", {procedureName => "Build"});

ectool

ectool getFormalOutputParameters "QA Test" --procedureName "Build"