Back to index
Summary
Modifies the status of an externally managed job.| jobIdStringoptionalThe primary key of the job, or the name of the job. statusStringoptionalThe starting status for the job. Possible values:  "success","warning","error","skipped","notRun" | 
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.modifyJob( /* optional arguments */ )