Home
last modified time | relevance | path

Searched refs:hookid (Results 1 – 4 of 4) sorted by relevance

/plugin/issuelinks/services/
H A DServiceInterface.php122 * @param int $hookid the numerical id of the hook to be deleted
126 public function deleteWebhook($project, $hookid); argument
H A DGitHub.service.php257 public function deleteWebhook($project, $hookid) argument
260 $data = $this->makeGitHubRequest("/repos/$project/hooks/$hookid", [], 'DELETE');
265 $db->deleteWebhook('github', $project, $hookid);
H A DGitLab.service.php259 public function deleteWebhook($project, $hookid) argument
264 $endpoint = "/projects/$encProject/hooks/$hookid";
268 $db->deleteWebhook('gitlab', $project, $hookid);
/plugin/issuelinks/script/
H A Dadmin_repo.js60 hookid: $this.data('id'), property in initializeRepoAdminInterface.requestHookToogle.settings.data