Back to index
Summary
Deletes a dependency between two applications.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationNameStringrequiredThe name of the application. applicationDependencyNameStringoptionalThe name of application dependency. If not specified, a system generated GUID is used. dependentApplicationNameStringoptionalThe name of application which this application depends on. dependentProjectNameStringoptionalThe name the project containing the dependent application. dependentSnapshotNameStringoptionalThe name of snapshot of the dependent application. snapshotNameStringoptionalName of the snapshot; must be unique within the application. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteApplicationDependency( projectName: "test-projectName", applicationName: "test-applicationName" /* optional arguments */ )