getJobDetails

On this page
Back to index

Summary

Retrieves complete information about a job, including details from each job step.
jobId
Stringoptional
The primary key of the job, or the name of the job.
structureOnly
Booleanoptional
Reduces the amount of information returned by some api calls to minimal structural information.

Usage

Groovy

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