setupWebhook

On this page
Back to index

Summary

Run the specified setupWebhook, returns RunProcedureResult.
actualParameters
Array<ActualParameter>optional
Parameters passed to the invoked procedure.
applicationName
Stringoptional
The name of the application.
credentials
Array<Credential>optional
Credentials to be used in the job.
path
Stringoptional
Property path string.
pipelineName
Stringoptional
The name of the pipeline.
procedureName
Stringoptional
Name for the procedure; must be unique within the project.
projectName
Stringoptional
The name for the project that must be unique among all projects.
releaseName
Stringoptional
The name of the release.
scmSyncName
Stringoptional
The name of the scm sync.
triggerName
Stringoptional
The 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 */ )