Back to index
Summary
Retrieves a job and its job steps with only the specified job and job step properties.jobIdStringoptionalThe primary key of the job, or the name of the job. jobPropertiesStringoptionalA comma-separated list of intrinsic job properties to include in the output. jobStepPropertiesStringoptionalA comma-separated list of intrinsic job step properties to include in the output. orderStepsByIndexBooleanoptionalEach job step has a step index which defines its relative position within its parent step.Set this to true to return the results in the ascending order of the step index. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getJobSummary( /* optional arguments */ )