scmProvider property

String? scmProvider
getter/setter pair

The type of the SCM provider.

Required. Possible string values are:

  • "SCM_PROVIDER_UNKNOWN" : The SCM is not specified or BYO Account Connector is not an SCM.
  • "GITHUB_ENTERPRISE" : BYO Account Connector is an instance of GitHub Enterprise.
  • "GITLAB_ENTERPRISE" : BYO Account Connector is an instance of GitLab Enterprise.
  • "BITBUCKET_DATA_CENTER" : BYO Account Connector is an instance of Bitbucket Data Center.

Implementation

core.String? scmProvider;