GitlabSource class
Retrieves available releases from a GitLab repository.
class GitlabSource
Constructors
| Constructor | Summary |
|---|---|
constructor | Create a new GitlabSource. |
constructor(repoUrl, accessToken, prerelease)
constructor(repoUrl: string, accessToken?: string, prerelease?: boolean)
Create a new GitlabSource.
Parameters
| Name | Type | Description |
|---|---|---|
repoUrl | string | The GitLab API URL (e.g. "https://gitlab.com/api/v4/projects/ProjectId"). |
accessToken | string | Optional GitLab access token (sent as PRIVATE-TOKEN header). (optional) |
prerelease | boolean | If true, upcoming/pre-releases will also be searched. (optional) |
Properties
| Property | Summary |
|---|---|
accessToken | |
prerelease | |
repoUrl |
accessToken
accessToken: string
readonly
prerelease
prerelease: boolean
readonly
repoUrl
repoUrl: string
readonly
Generated from velopack 1.2.110-ge826545