Back to index
Summary
Retrieves either the definition view or the runtime view for the specified release.flowRuntimeIdStringoptionalThe ID of the flow runtime. filtersArray<Filter>optionalA list of zero or more filter criteria definitions used to define objects to find. modeStringoptionalThe mode of portfolio view. Possible values: "HIERARCHY" , "LIST" pipelineNameStringoptionalThe name of the pipeline. projectNameStringoptionalThe name of the project. releaseNameStringoptionalThe name of the release. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getRunHierarchy( /* optional arguments */ )