Back to index
Summary
Retrieves pipeline runtime details.flowRuntimeIdsArray<Unknown>optionalList of pipeline flowruntime IDs of interest. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getPipelineRuntimeDetails( /* optional arguments */ )