struct Octokit::Models::CheckRun

Defined in:

octokit/models/checks.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, node_id : String, head_sha : String, external_id : String, url : String, html_url : String, details_url : String, conclusion : String, started_at : String, completed_at : String, output : CheckRunOutput, name : String, check_suite : CheckSuite, app : App, pull_requests : Array(PullRequest)) #

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

Instance Method Detail

def app : App #

def app=(_app : App) #

def check_suite : CheckSuite #

def check_suite=(_check_suite : CheckSuite) #

def completed_at : String #

def completed_at=(_completed_at : String) #

def conclusion : String #

def conclusion=(_conclusion : String) #

def details_url : String #

def details_url=(_details_url : String) #

def external_id : String #

def external_id=(_external_id : String) #

def head_sha : String #

def head_sha=(_head_sha : String) #

def html_url : String #

def html_url=(_html_url : String) #

def id : Int64 #

def id=(_id : Int64) #

def name : String #

def name=(_name : String) #

def node_id : String #

def node_id=(_node_id : String) #

def output : CheckRunOutput #

def output=(_output : CheckRunOutput) #

def pull_requests : Array(PullRequest) #

def pull_requests=(_pull_requests : Array(PullRequest)) #

def started_at : String #

def started_at=(_started_at : String) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #