class Failed extends Kernel

Properties

static protected $header from Kernel
$job_key_id from Kernel
$config from Kernel
$language from Kernel
$os from Kernel
$build_log from Kernel
$git_type from Kernel

Methods

__construct(int $job_key_id, string $config = null, string $build_log = null, string $language = null, string $os = null, $git_type = 'github')

Passed constructor.

from Kernel
void
handle()

No description

string
markdown()

No description

void
errored()

No description

Details

in Kernel at line 53
__construct(int $job_key_id, string $config = null, string $build_log = null, string $language = null, string $os = null, $git_type = 'github')

Passed constructor.

Parameters

int $job_key_id
string $config
string $build_log
string $language
string $os
$git_type

Exceptions

Exception

at line 16
void handle()

Return Value

void

Exceptions

Exception

at line 62
string markdown()

Return Value

string

at line 39
void errored()

Return Value

void

Exceptions

Exception