getScmSyncs

Back to index

Summary

Retrieves all source code synchronization objects for the specified project.
For a list of object types in CloudBees CD/RO, refer to Object types in CloudBees CD/RO.
projectName
Stringrequired
The name for the project that must be unique among all projects.

Usage

Perl

$cmdr->getScmSyncs( "test-projectName" # projectName );

ectool

ectool getScmSyncs \ "test-projectName" `# projectName`

Examples

Perl

$cmdr->getScmSyncs("default");

ectool usage

ectool getScmSyncs 'default'