deleteJob

On this page
Back to index

Summary

Deletes a job from the CloudBees CD/RO database.
jobId
Stringoptional
The primary key of the job, or the name of the job.
waitForDeleteToComplete
Booleanoptional
If 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 */ )