ServerType
public enum ServerType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case github = "GITHUB"
-
Undocumented
Declaration
Swift
case bitbucket = "BITBUCKET"
-
Undocumented
Declaration
Swift
case githubEnterprise = "GITHUB_ENTERPRISE"
-
Declaration
Swift
public var description: String { get }