Searched refs:hookid (Results 1 – 4 of 4) sorted by relevance
/plugin/issuelinks/services/ |
H A D | ServiceInterface.php | 122 * @param int $hookid the numerical id of the hook to be deleted 126 public function deleteWebhook($project, $hookid); argument
|
H A D | GitHub.service.php | 257 public function deleteWebhook($project, $hookid) argument 260 $data = $this->makeGitHubRequest("/repos/$project/hooks/$hookid", [], 'DELETE'); 265 $db->deleteWebhook('github', $project, $hookid);
|
H A D | GitLab.service.php | 259 public function deleteWebhook($project, $hookid) argument 264 $endpoint = "/projects/$encProject/hooks/$hookid"; 268 $db->deleteWebhook('gitlab', $project, $hookid);
|
/plugin/issuelinks/script/ |
H A D | admin_repo.js | 60 hookid: $this.data('id'), property in initializeRepoAdminInterface.requestHookToogle.settings.data
|