Back to index
Summary
Removes a subrelease from a release.projectNameStringrequiredThe name for the project that must be unique among all projects. releaseNameStringrequiredThe name of the release. subreleaseNameStringrequiredThe name of the subrelease. subreleaseProjectStringoptionalThe name of the subrelease project. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.removeSubrelease( projectName: "test-projectName", releaseName: "test-releaseName", subreleaseName: "test-subreleaseName" /* optional arguments */ )