DeploymentReadyAction
public enum DeploymentReadyAction : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case continueDeployment = "CONTINUE_DEPLOYMENT" -
Undocumented
Declaration
Swift
case stopDeployment = "STOP_DEPLOYMENT" -
Declaration
Swift
public var description: String { get }
View on GitHub
DeploymentReadyAction Enumeration Reference