Run
class Run
Class Run.
Properties
protected | $header | ||
protected Curl | $curl |
Methods
__construct(Curl $curl, string $api_url)
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)
at line 42
mixed
create(RunData $run_data)
at line 83
mixed
update(RunData $run_data)
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.
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.
at line 190
mixed
getSingle(string $repo_full_name, int $check_run_id)
Get a single check run.
at line 204
mixed
listAnnotations(string $repo_full_name, int $check_run_id)
List annotations for a check run.