Back to index
Summary
Retrieves a list of trigger error details.applicationNameStringoptionalThe name of the application. 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. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getTriggerErrorDetails( /* optional arguments */ )