getWaitDependencies

Back to index

Summary

Retrieves all wait dependencies for projectName.
projectName
Stringrequired
The name for the project that must be unique among all projects.
gateType
Stringoptional
The type of gate.
Possible values: "POST", "PRE"
pipelineName
Stringoptional
The name of the pipeline.
releaseName
Stringoptional
The name of the release.
stageName
Stringoptional
The name of the stage.
taskName
Stringoptional
The name of the task.

Usage

Perl

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

ectool

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

Examples

Perl

$cmdr->getWaitDependencies("Default", pipelineName => "Pipeline A" --stageName"DEV");

ectool

ectool getWaitDependencies Default --pipelineName "Pipeline A" --stageName "DEV"