Class RepoType (3.24.0)

RepoType(value)

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

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