abortAllJobs

On this page
Back to index

Summary

Aborts all running jobs.
force
Booleanoptional
True to force abort the jobs.
reason
Stringoptional
String added to the job error message.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.abortAllJobs( /* optional arguments */ )