getReleases

On this page
Back to index

Summary

Retrieve all releases.
request
Stringrequired
This parameter and the value displayed are required; request=getReleaseFlowRuntimeMappings must appear in your query string.
excludeRuntimeDetails
Booleanoptional
True to exclude runtime details for each release.
filters
Stringoptional
A list of zero or more filter criteria definitions used to define objects to find.
firstResult
Integeroptional
Result pagination: the first row to return.
maxResults
Integeroptional
Result pagination: the number of rows to return.
projectName
Stringoptional
Name for the project; must be unique among all projects.
releaseFlowRuntimeMappings
Stringoptional
Map of releaseId and flowRuntimeId.
sortKey
Stringoptional
How to sort the results.
sortOrder
Stringoptional
Specifies the order to sort the results.
Possible values: "ascending", "descending"
viewName
Stringoptional
The 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.getReleases( request: "test-request" /* optional arguments */ )