struct Octokit::Models::Deployment

Defined in:

octokit/models/repo_deployments.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, id : Int64, sha : String, ref : String, task : String, payload : JSON::Any, environment : String, description : Union(String, Nil), creator : User, created_at : Time, updated_at : Time, statuses_url : String, repository_url : String, node_id : String) #

def self.new(__temp_3825 : JSON::PullParser) #

Instance Method Detail

def created_at : Time #

def created_at=(_created_at : Time) #

def creator : User #

def creator=(_creator : User) #

def description : Union(String, Nil) #

def description=(_description : Union(String, Nil)) #

def environment : String #

def environment=(_environment : String) #

def id : Int64 #

def id=(_id : Int64) #

def node_id : String #

def node_id=(_node_id : String) #

def payload : JSON::Any #

def payload=(_payload : JSON::Any) #

def ref : String #

def ref=(_ref : String) #

def repository_url : String #

def repository_url=(_repository_url : String) #

def sha : String #

def sha=(_sha : String) #

def statuses_url : String #

def statuses_url=(_statuses_url : String) #

def task : String #

def task=(_task : String) #

def to_json(json : JSON::Builder) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #

def url : String #

def url=(_url : String) #