Back to index
Summary
Retrieves complete information about a job, including details from each job step.jobIdStringoptionalThe primary key of the job, or the name of the job. structureOnlyBooleanoptionalReduces 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 */ )