Home
last modified time | relevance | path

Searched refs:webhookBody (Results 1 – 3 of 3) sorted by relevance

/plugin/issuelinks/services/
H A DServiceInterface.php136 public function validateWebhook($webhookBody); argument
145 public function handleWebhook($webhookBody); argument
H A DGitHub.service.php304 public function validateWebhook($webhookBody) argument
306 $data = json_decode($webhookBody, true);
307 if (!$this->isSignatureValid($webhookBody, $data['repository']['full_name'])) {
345 public function handleWebhook($webhookBody) argument
348 $data = json_decode($webhookBody, true);
H A DGitLab.service.php506 public function validateWebhook($webhookBody) argument
511 $data = json_decode($webhookBody, true);
540 public function handleWebhook($webhookBody) argument
542 $data = json_decode($webhookBody, true);