Back to index
Summary
Retrieves all wait dependencies forprojectName.projectNameStringrequiredThe name for the project that must be unique among all projects. gateTypeStringoptionalThe type of gate. Possible values: "POST", "PRE"pipelineNameStringoptionalThe name of the pipeline. releaseNameStringoptionalThe name of the release. stageNameStringoptionalThe name of the stage. taskNameStringoptionalThe name of the task. |
Usage
Perl
$cmdr->getWaitDependencies( "test-projectName" # projectName # optionals );
ectool
ectool getWaitDependencies \ "test-projectName" `# projectName` \ # optionals