getWaitDependencies

On this page
Back to index

Summary

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

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getWaitDependencies( projectName: "test-projectName" /* optional arguments */ )