Back to index
Summary
Retrieve all releases.
You must specify the projectName argument for backward compatibility with CloudBees CD/RO 6.2 and earlier.
|
projectNameStringrequiredName for the project; must be unique among all projects. excludeRuntimeDetailsBooleanoptionaldeprecatedUse includeRuntimeDetails instead. True to exclude runtime details for each release. filterArrayoptionalA list of zero or more filter criteria definitions used to define objects to find. firstResultIntegeroptionalResult pagination: the first row to return. includeRuntimeDetailsBooleanoptionalTrue to include detailed information about release last run or a run specified in releaseFlowRuntimeMapping with flowRuntimeId , available only when the response returns a maximum of 10 releases. Default value is false .includeRuntimesBooleanoptionalTrue to include release last run information in response. Default value is false .maxResultsIntegeroptionalResult pagination: the number of rows to return. releaseFlowRuntimeMappingArrayoptionalMap of releaseId and flowRuntimeId. sortKeyStringoptionalHow to sort the results. sortOrderStringoptionalSpecifies the order to sort the results. Possible values: "ascending" , "descending" viewNameStringoptionaldeprecatedThis argument depends on `includeRuntime`, `includeRuntimeDetails` flags and is defined automatically based on these values. The name of the view. |
Usage
Perl
$cmdr->getReleases( "test-projectName" # projectName # optionals );
ectool
ectool getReleases \ "test-projectName" `# projectName` \ # optionals