Back to index
Summary
Deletes a CI build object.projectNameStringrequiredThe name for the project that must be unique among all projects. ciBuildDetailNameStringrequiredThe name of the CI build detail. flowRuntimeIdStringoptionalThe ID of the flow runtime the CI build should be associated with. releaseNameStringoptionalThe name of the release that the CI build should be associated with. releaseProjectNameStringoptionalThe name of the project that contains the release the CI build should be associated with. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteCIBuildDetail( projectName: "test-projectName", ciBuildDetailName: "test-ciBuildDetailName" /* optional arguments */ )