Back to index
Summary
Retrieves the specified wait dependency.projectNameStringrequiredThe name for the project that must be unique among all projects. dependentGateTypeStringoptionalThe type of dependent gate. Possible values: "POST" , "PRE" dependentPipelineNameStringoptionalThe name of the dependent pipeline. dependentProjectNameStringoptionalThe name of the dependent project. dependentReleaseNameStringoptionalThe name of the dependent release. dependentStageNameStringoptionalThe name of the dependent stage. dependentTaskNameStringoptionalThe name of the dependent task. 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. waitDependencyNameStringoptionalThe name of the wait dependency. |
Usage
Perl
$cmdr->getWaitDependency( "test-projectName" # projectName # optionals );
ectool
ectool getWaitDependency \ "test-projectName" `# projectName` \ # optionals