Back to index
Summary
Deletes a job from the CloudBees CD/RO database.jobIdStringoptionalThe primary key of the job, or the name of the job. waitForDeleteToCompleteBooleanoptionalIf true, wait for the job to finish deleting before returning from the call. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteJob( /* optional arguments */ )