Back to index
Summary
Retrieves a trigger by name.projectNameStringrequiredThe name for the project that must be unique among all projects. triggerNameStringrequiredThe name of the trigger. applicationNameStringoptionalThe name of the application that owns the trigger and the process that should be run. pipelineNameStringoptionalThe name of the pipeline to run. procedureNameStringoptionalThe name of the procedure that owns the process to run. releaseNameStringoptionalThe name of the release to run. scmSyncNameStringoptionalThe name of the scmSync trigger belong to. |
Usage
Perl
$cmdr->getTrigger( "test-projectName", # projectName "test-triggerName" # triggerName # optionals );
ectool
ectool getTrigger \ "test-projectName" `# projectName` \ "test-triggerName" `# triggerName` \ # optionals