class Github::CombinedStatus

Overview

GET /repos/:owner/:repo/commits/:ref/status のレスポンス(issue #105)。 check runs とは別系統の commit status(外部 CI 等)を表す。

Included Modules

Defined in:

github/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def checks_state : ChecksState #

[View source]
def state : String #

[View source]
def total_count : Int32 #

[View source]