Back to index
Summary
Run the specified setupWebhook, returns RunProcedureResult.applicationNameStringoptionalThe name of the application. pathStringoptionalProperty path string. pipelineNameStringoptionalThe name of the pipeline. procedureNameStringoptionalName for the procedure; must be unique within the project. projectNameStringoptionalThe name for the project that must be unique among all projects. releaseNameStringoptionalThe name of the release. scmSyncNameStringoptionalThe name of the scm sync. triggerNameStringoptionalThe name of the trigger. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.setupWebhook( /* optional arguments */ )