repositoryType property

String? repositoryType
getter/setter pair

The type of the SCM vendor the repository points to.

Output only. Possible string values are:

  • "REPOSITORY_TYPE_UNSPECIFIED" : If unspecified, RepositoryType defaults to GITHUB.
  • "GITHUB" : The SCM repo is GITHUB.
  • "GITHUB_ENTERPRISE" : The SCM repo is GITHUB Enterprise.
  • "GITLAB_ENTERPRISE" : The SCM repo is GITLAB Enterprise.
  • "BITBUCKET_DATA_CENTER" : The SCM repo is BITBUCKET Data Center.
  • "BITBUCKET_CLOUD" : The SCM repo is BITBUCKET Cloud.

Implementation

core.String? repositoryType;