gitRepositoryLinkType property
The type of DeveloperConnect GitRepositoryLink.
Output only. Possible string values are:
- "GIT_REPOSITORY_LINK_TYPE_UNSPECIFIED" : If unspecified, GitRepositoryLinkType defaults to GITHUB.
- "GITHUB" : The SCM repo is GITHUB.
- "GITHUB_ENTERPRISE" : The SCM repo is GITHUB_ENTERPRISE.
- "GITLAB" : The SCM repo is GITLAB.
- "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? gitRepositoryLinkType;