class Run

Class Run.

Properties

protected $header
protected Curl $curl

Methods

__construct(Curl $curl, string $api_url)

No description

mixed
create(RunData $run_data)

No description

mixed
update(RunData $run_data)

No description

mixed
listSpecificRef(string $repo_full_name, string $ref, string $check_name, string $status, string $filter)

List check runs for a specific ref.

mixed
listCheckSuite(string $repo_full_name, int $id, string $check_name, string $status, string $filter)

List check runs in a check suite.

mixed
getSingle(string $repo_full_name, int $check_run_id)

Get a single check run.

mixed
listAnnotations(string $repo_full_name, int $check_run_id)

List annotations for a check run.

Details

at line 30
__construct(Curl $curl, string $api_url)

Parameters

Curl $curl
string $api_url

at line 42
mixed create(RunData $run_data)

Parameters

RunData $run_data

Return Value

mixed

Exceptions

Exception

at line 83
mixed update(RunData $run_data)

Parameters

RunData $run_data

Return Value

mixed

Exceptions

Exception

at line 132
mixed listSpecificRef(string $repo_full_name, string $ref, string $check_name, string $status, string $filter)

List check runs for a specific ref.

Parameters

string $repo_full_name
string $ref
string $check_name
string $status
string $filter

Return Value

mixed

Exceptions

Exception

at line 164
mixed listCheckSuite(string $repo_full_name, int $id, string $check_name, string $status, string $filter)

List check runs in a check suite.

Parameters

string $repo_full_name
int $id
string $check_name
string $status
string $filter

Return Value

mixed

Exceptions

Exception

at line 190
mixed getSingle(string $repo_full_name, int $check_run_id)

Get a single check run.

Parameters

string $repo_full_name
int $check_run_id

Return Value

mixed

Exceptions

Exception

at line 204
mixed listAnnotations(string $repo_full_name, int $check_run_id)

List annotations for a check run.

Parameters

string $repo_full_name
int $check_run_id

Return Value

mixed

Exceptions

Exception