getCIBuildDetails

Back to index

Summary

Retrieves all CI builds.
excludeReleaseBuilds
Booleanoptional
Specifies if CI builds associated with the release should be excluded when retrieving CI builds for a specified release run.
flowRuntimeId
UUIDoptional
The ID of the flow runtime the CI build should be associated with.
projectName
Stringoptional
The name of the project that the CI build is associated with.
releaseName
Stringoptional
The name of the release that the CI build should be associated with.
releaseProjectName
Stringoptional
The name of the project that contains the release the CI build should be associated with.

Usage

Perl

$cmdr->getCIBuildDetails( # optionals );

ectool

ectool getCIBuildDetails \ # optionals

Examples

Perl

$cmdr->getCIBuildDetails ( projectName => "Test" );

ectool

ectool getCIBuildDetails --projectName 'Test'