Back to index
Summary
Retrieves the specified CI build details.projectNameStringrequiredThe name for the project that must be unique among all projects. ciBuildDetailNameStringrequiredThe name of the CI build detail. flowRuntimeIdUUIDoptionalThe ID of the flow runtime the CI build should be associated with. releaseNameStringoptionalThe name of the release that the CI build should be associated with. releaseProjectNameStringoptionalThe name of the project that contains the release the CI build should be associated with. |
Usage
Perl
$cmdr->getCIBuildDetail( "test-projectName", # projectName "test-ciBuildDetailName" # ciBuildDetailName # optionals );
ectool
ectool getCIBuildDetail \ "test-projectName" `# projectName` \ "test-ciBuildDetailName" `# ciBuildDetailName` \ # optionals