Back to index
Summary
Retrieves all wait dependencies forprojectName
.projectNameStringrequiredThe name for the project that must be unique among all projects. pipelineNameStringoptionalThe name of the pipeline. stageNameStringoptionalThe name of the stage. gateTypeStringoptionalThe type of gate. Possible values: "POST" , "PRE" releaseNameStringoptionalThe name of the release. taskNameStringoptionalThe 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 */ )