getWaitDependency

On this page
Back to index

Summary

Retrieves the specified wait dependency.
projectName
Stringrequired
The name for the project that must be unique among all projects.
dependentGateType
Stringoptional
The type of dependent gate.
Possible values: "POST", "PRE"
dependentPipelineName
Stringoptional
The name of the dependent pipeline.
dependentProjectName
Stringoptional
The name of the dependent project.
dependentReleaseName
Stringoptional
The name of the dependent release.
dependentStageName
Stringoptional
The name of the dependent stage.
dependentTaskName
Stringoptional
The name of the dependent task.
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.
waitDependencyName
Stringoptional
The name of the wait dependency.

Usage

Perl

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

ectool

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