getJobSummary

On this page
Back to index

Summary

Retrieves a job and its job steps with only the specified job and job step properties.
jobId
Stringoptional
The primary key of the job, or the name of the job.
jobProperties
Stringoptional
A comma-separated list of intrinsic job properties to include in the output.
jobStepProperties
Stringoptional
A comma-separated list of intrinsic job step properties to include in the output.
orderStepsByIndex
Booleanoptional
Each 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 */ )