GitLabRepo
class GitLabRepo(ownerType: OwnerType, ownerName: String, repoName: String, scheme: String = "https://", domainName: String = "gitlab.com") : AbstractRepo
A ContentRoot representing a GitLab repository.
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"