Home
last modified time | relevance | path

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

/plugin/issuelinks/services/
H A DGitLab.service.php19 protected $gitlabUrl; variable in dokuwiki\\plugin\\issuelinks\\services\\GitLab
31 $this->gitlabUrl = $gitLabUrl ? trim($gitLabUrl, '/') : null;
79 if (null === $this->gitlabUrl) {
128 $url = $this->gitlabUrl . '/api/v4' . strtolower($endpoint);
146 if (null !== $this->gitlabUrl) {
147 $url = $this->gitlabUrl . '/profile/personal_access_tokens';
157 $configForm->addTextInput('gitlab_url', 'GitLab Url')->val($this->gitlabUrl);
288 …return $this->gitlabUrl . '/' . $projectId . ($isMergeRequest ? '/merge_requests/' : '/issues/') .…