class GitHubAppChecks

Methods

static void
send(int $job_key_id, string $name = null, string $status = null, int $started_at = null, int $completed_at = null, string $conclusion = null, string $title = null, string $summary = null, string $text = null, array $annotations = null, array $images = null, array $actions = null, bool $force_create = false)

No description

static 
buildStatus2conclusion($status)

No description

Details

at line 35
static void send(int $job_key_id, string $name = null, string $status = null, int $started_at = null, int $completed_at = null, string $conclusion = null, string $title = null, string $summary = null, string $text = null, array $annotations = null, array $images = null, array $actions = null, bool $force_create = false)

Parameters

int $job_key_id
string $name
string $status
int $started_at
int $completed_at
string $conclusion
string $title
string $summary
string $text
array $annotations
array $images
array $actions
bool $force_create

Return Value

void

Exceptions

Exception

at line 170
static buildStatus2conclusion($status)

Parameters

$status