Back to index
Summary
Retrieves a list of job steps from a single job or from a single subprocedure job step. This command is used by the Job Details web page in the CloudBees CD/RO UI. The elements in the list are returned in their natural job order.
This API is not supported by ectool. |
For a list of object types in CloudBees CD/RO, refer to Object types in CloudBees CD/RO. |
filterArrayoptionalA list of zero or more filter criteria definitions used to define objects to find. firstResultIntegeroptionalThe first result to be retrieved, numbered from 0. jobIdStringoptionalThe primary key of the job, or the name of the job. jobStepIdUUIDoptionalThe primary key for a job step. maxIdsIntegeroptionalThe maximum number of object IDs to return. numObjectsIntegeroptionalThe number of objects to return as the first page of results. selectArrayoptionalCustom properties to project into the query results. |
Usage
Perl
$cmdr->findJobSteps( # optionals );
ectool
ectool findJobSteps \ # optionals