repoType property

String? repoType
getter/setter pair

See RepoType below. Possible string values are:

  • "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.
  • "BITBUCKET_CLOUD" : A Bitbucket Cloud-hosted repo.

Implementation

core.String? repoType;