Back to index
Summary
Retrieves pipeline runs.filterArrayoptionalA list of zero or more filter criteria definitions used to define objects to find. firstResultIntegeroptionalResult pagination: the first row to return. flowRuntimeIdUUIDoptionalThe ID of the flow runtime. flowRuntimeNameStringoptionalThe name of the flow runtime. maxResultsIntegeroptionalResult pagination: the number of rows to return. pipelineNameStringoptionalThe name of the pipeline. projectNameStringoptionalThe name of the project. releaseIdUUIDoptionalThe ID of the release. releaseNameStringoptionalThe name of the release. sortKeyStringoptionalHow to sort the results. sortOrderStringoptionalSpecifies the order to sort the results. Possible values: "ascending" , "descending" viewNameStringoptionalThe name of the view. |
Usage
Perl
$cmdr->getPipelineRuntimes( # optionals );
ectool
ectool getPipelineRuntimes \ # optionals