getReleases

On this page
Back to index

Summary

Retrieve all releases.
projectName
Stringrequired
Name for the project; must be unique among all projects.
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.
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

Perl

$cmdr->getReleases( "test-projectName" # projectName # optionals );

ectool

ectool getReleases \ "test-projectName" `# projectName` \ # optionals