getJobStepDetails

On this page
Back to index

Summary

Retrieves details for a job step. You may never need to use this command. This information is available for all job steps in a job by using the getJobDetails command. The getJobStepDetails command can be used to refresh data for a single step if you need an update in real time.
jobStepId
Stringrequired
The primary key for a job step.
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.getJobStepDetails( jobStepId: "test-jobStepId" /* optional arguments */ )