getRunHierarchy

On this page
Back to index

Summary

Retrieves either the definition view or the runtime view for the specified release.
flowRuntimeId
Stringoptional
The ID of the flow runtime.
filters
Array<Filter>optional
A list of zero or more filter criteria definitions used to define objects to find.
mode
Stringoptional
The mode of portfolio view.
Possible values: "HIERARCHY", "LIST"
pipelineName
Stringoptional
The name of the pipeline.
projectName
Stringoptional
The name of the project.
releaseName
Stringoptional
The 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 */ )