Class RepoType (3.24.2)

RepoType(value)

The type of the repo, since it may not be explicit from the repo field (e.g from a URL).

Enums

Name Description
UNKNOWN The default, unknown repo type. Don't use it, instead use one of the other repo types.
CLOUD_SOURCE_REPOSITORIES A Google Cloud Source Repositories-hosted repo.
GITHUB A GitHub-hosted repo not necessarily on "github.com" (i.e. GitHub Enterprise).
BITBUCKET_SERVER A Bitbucket Server-hosted repo.
GITLAB A GitLab-hosted repo.