GitLabRepo

constructor(ownerType: OwnerType, ownerName: String, repoName: String, scheme: String = "https://", domainName: String = "gitlab.com")

Parameters

ownerType

whether the owner is a user or organization

ownerName

the GitLab username or group name

repoName

the repository name

scheme

the URL scheme, defaults to "https://"

domainName

the GitLab domain, defaults to "gitlab.com"