struct

GitHub::Deployments

Inherits GitHub::API < Struct < Value < Object

Constructors

new(client, repo_owner : String, repo_name : String)
Source

Instance methods

create(ref : String, task : String | Nil = nil, auto_merge : Bool | Nil = nil, required_contexts : Array(String) | Nil = nil, payload = nil, environment : String | Nil = nil, description : String | Nil = nil, transient_environment : Bool | Nil = nil, production_environment : Bool | Nil = nil) : Deployment
Source
delete(deployment : Deployment)
Source
delete(id : Int64)
Source
list
Source
repo_name
Source
repo_owner
Source

Nested types