Back to index
Summary
Deletes the specified wait dependency from the pipeline object definition.projectNameStringrequiredThe name for the project that must be unique among all projects. pipelineNameStringoptionalThe name of the pipeline. stageNameStringoptionalThe name of the stage. waitDependencyNameStringoptionalThe name of the wait dependency. 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" 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.deleteWaitDependency( projectName: "test-projectName" /* optional arguments */ )