Home
last modified time | relevance | path

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

/plugin/issuelinks/services/
H A DJira.service.php26 protected $configError; variable in dokuwiki\\plugin\\issuelinks\\services\\Jira
120 $this->configError = 'Jira URL not set!';
125 $this->configError = 'Authentication token is missing!';
130 $this->configError = 'Authentication user is missing!';
138 … $this->configError = 'The Jira authentication failed with message: ' . hsc($e->getMessage());
H A DGitHub.service.php20 protected $configError = ''; variable in dokuwiki\\plugin\\issuelinks\\services\\GitHub
91 $this->configError = 'Authentication token is missing!';
99 … $this->configError = 'The GitHub authentication failed with message: ' . hsc($e->getMessage());
107 $this->configError = 'Scopes "' . implode(', ', $missing_scopes) . '" are missing!';
202 $message .= $this->configError;
H A DGitLab.service.php21 protected $configError; variable in dokuwiki\\plugin\\issuelinks\\services\\GitLab
80 $this->configError = 'GitLab URL not set!';
85 $this->configError = 'Authentication token is missing!';
92 … $this->configError = 'The GitLab authentication failed with message: ' . hsc($e->getMessage());
152 $message .= $this->configError;