Back to index
Summary
Creates a trigger error detail object.applicationNameStringoptionalThe name of the application. errorCodeStringoptionalError code. errorMessageStringoptionalError message. includeDetailsBooleanoptionalTrue to include details (default is false). pathStringoptionalProperty path string. pipelineNameStringoptionalThe name of the pipeline. procedureNameStringoptionalThe name of the procedure. projectNameStringoptionalThe name for the project that must be unique among all projects. releaseNameStringoptionalThe name of the release. scmSyncNameStringoptionalThe name of the scmSync. triggerNameStringoptionalThe name of the trigger. webhookHeadersStringoptionalJSON contains webhook headers. webhookPayloadStringoptionalJSON contains webhook payload. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.createTriggerErrorDetail( /* optional arguments */ )