SourceType
public enum SourceType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case codecommit = "CODECOMMIT"
-
Undocumented
Declaration
Swift
case codepipeline = "CODEPIPELINE"
-
Undocumented
Declaration
Swift
case github = "GITHUB"
-
Undocumented
Declaration
Swift
case s3 = "S3"
-
Undocumented
Declaration
Swift
case bitbucket = "BITBUCKET"
-
Undocumented
Declaration
Swift
case githubEnterprise = "GITHUB_ENTERPRISE"
-
Undocumented
Declaration
Swift
case noSource = "NO_SOURCE"
-
Declaration
Swift
public var description: String { get }