ProviderType

public enum ProviderType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case codecommit = "CodeCommit"
  • Undocumented

    Declaration

    Swift

    case github = "GitHub"
  • Undocumented

    Declaration

    Swift

    case bitbucket = "Bitbucket"
  • Undocumented

    Declaration

    Swift

    case githubenterpriseserver = "GitHubEnterpriseServer"
  • Declaration

    Swift

    public var description: String { get }