getScmSyncs

Back to index

Summary

Retrieves all source code synchronization objects for the specified project.
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'