JobType
public enum JobType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case release = "RELEASE"
-
Undocumented
Declaration
Swift
case retry = "RETRY"
-
Undocumented
Declaration
Swift
case manual = "MANUAL"
-
Undocumented
Declaration
Swift
case webHook = "WEB_HOOK"
-
Declaration
Swift
public var description: String { get }