All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.service.jobs.GitSourceGitProvider Maven / Gradle / Ivy

// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.

package com.databricks.sdk.service.jobs;

import com.databricks.sdk.support.Generated;

/**
 * Unique identifier of the service used to host the Git repository. The value is case insensitive.
 */
@Generated
public enum GitSourceGitProvider {
  awsCodeCommit,
  azureDevOpsServices,
  bitbucketCloud,
  bitbucketServer,
  gitHub,
  gitHubEnterprise,
  gitLab,
  gitLabEnterpriseEdition,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy