class GitHubController

Methods

__construct()

GitHubController constructor.

mixed
list(mixed ...$arg)

No description

mixed
create(string $repo_full_name, string $commit_sha, string $state, string $target_url, string $description, string $context, string $accessToken = null)

No description

mixed
listCombinedStatus(mixed ...$arg)

No description

Details

at line 19
__construct()

GitHubController constructor.

Exceptions

Exception

at line 33
mixed list(mixed ...$arg)

Parameters

mixed ...$arg

Return Value

mixed

Exceptions

Exception

at line 45
mixed create(string $repo_full_name, string $commit_sha, string $state, string $target_url, string $description, string $context, string $accessToken = null)

Parameters

string $repo_full_name
string $commit_sha
string $state
string $target_url
string $description
string $context
string $accessToken

Return Value

mixed

Exceptions

Exception

at line 79
mixed listCombinedStatus(mixed ...$arg)

Parameters

mixed ...$arg

Return Value

mixed

Exceptions

Exception