GitLabIssuesProvider
Defined in: alm/gitlabIssues.ts:29
An AlmProvider for GitLab Issues, which numbers issues per project rather than prefixing them
with a project key. projectKeys is therefore unused.
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new GitLabIssuesProvider():
GitLabIssuesProvider
Returns
Section titled “Returns”GitLabIssuesProvider
Methods
Section titled “Methods”extractIssues()
Section titled “extractIssues()”extractIssues(
commitLog,projectKeys?):AlmIssueRef[]
Defined in: alm/gitlabIssues.ts:38
Finds issue references in a commit log. projectKeys is only meaningful for prefix-keyed
trackers such as Jira; trackers that number issues per repository ignore it.
Parameters
Section titled “Parameters”commitLog
Section titled “commitLog”string
projectKeys?
Section titled “projectKeys?”string[] = []
Returns
Section titled “Returns”Implementation of
Section titled “Implementation of”render()
Section titled “render()”render(
issues,baseUrl?):AlmIssueRendering
Defined in: alm/gitlabIssues.ts:54
Renders references as plain text, and as HTML links when baseUrl is provided.
Parameters
Section titled “Parameters”issues
Section titled “issues”baseUrl?
Section titled “baseUrl?”string
Returns
Section titled “Returns”Implementation of
Section titled “Implementation of”Properties
Section titled “Properties”issueNoun
Section titled “issueNoun”
readonlyissueNoun:"issue"='issue'
Defined in: alm/gitlabIssues.ts:32
What this tool calls the things it tracks, for user-facing text.
Implementation of
Section titled “Implementation of”
readonlykind:"gitlab-issues"
Defined in: alm/gitlabIssues.ts:30