Back to index
Summary
Retrieves pipeline runs.filtersArray<Filter>optionalA list of zero or more filter criteria definitions used to define objects to find. firstResultIntegeroptionalResult pagination: the first row to return. flowRuntimeIdStringoptionalThe 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. releaseIdStringoptionalThe 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
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getPipelineRuntimes( /* optional arguments */ )