countJobSteps

On this page
Back to index

Summary

Retrieves number of job steps in hierarchy under the parent one.
request
Stringrequired
This parameter and the value displayed are required; request=countJobSteps must appear in your query string.
jobStepId
Stringrequired
The primary key for a job step.
filters
Stringoptional
A list of zero or more filter criteria definitions used to define objects to find.
viewName
Stringoptional
The name of the view.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.countJobSteps( request: "test-request", jobStepId: "test-jobStepId" /* optional arguments */ )