getScmSyncs

On this page
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

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getScmSyncs( projectName: "test-projectName" )