Home
last modified time | relevance | path

Searched refs:RequestResult (Results 1 – 5 of 5) sorted by path

/plugin/issuelinks/classes/
H A DRequestResult.php5 class RequestResult class
/plugin/issuelinks/services/
H A DGitHub.service.php10 use dokuwiki\plugin\issuelinks\classes\RequestResult; alias
308 return new RequestResult(403, 'Signature invalid or missing!');
352 return new RequestResult(202, 'Webhook ping successful. Pings are not processed.');
356 return new RequestResult(500, 'There was an error saving the issue.');
360 return new RequestResult(200, 'OK');
H A DGitLab.service.php9 use dokuwiki\plugin\issuelinks\classes\RequestResult; alias
503 …* @return true|RequestResult true if the the webhook is our and should be processed RequestResult …
527 return new RequestResult(403, 'Token does not match!');
538 * @return RequestResult
546 return new RequestResult(406, 'Invalid event type: ' . $data['event_type']);
557 return new RequestResult(200, 'OK.');
H A DJira.service.php14 use dokuwiki\plugin\issuelinks\classes\RequestResult; alias
H A DServiceInterface.php8 use dokuwiki\plugin\issuelinks\classes\RequestResult; alias
133 …* @return true|RequestResult true if the the webhook is our and should be processed RequestResult …
143 * @return RequestResult