modifyJob

On this page
Back to index

Summary

Modifies the status of an externally managed job.
jobId
Stringoptional
The primary key of the job, or the name of the job.
status
Stringoptional
The 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 */ )