Back to index
Summary
Retrieves number of job steps in hierarchy under the parent one.For a list of object types in CloudBees CD/RO, refer to Object types in CloudBees CD/RO. |
jobStepIdStringrequiredThe primary key for a job step. filtersArray<Filter>optionalA list of zero or more filter criteria definitions used to define objects to find. viewNameStringoptionalThe 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( jobStepId: "test-jobStepId" /* optional arguments */ )