Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
create ($user, $repo, $sha, $state, $targetUrl=null, $description=null) | |
getList ($user, $repo, $sha) | |
Fonctions membres publiques hérités de JGithubObject | |
__construct (Registry $options=null, JGithubHttp $client=null) | |
Membres hérités additionnels | |
Fonctions membres protégées hérités de JGithubObject | |
fetchUrl ($path, $page=0, $limit=0) | |
processResponse (JHttpResponse $response, $expectedCode=200, $decode=true) | |
Attributs protégés hérités de JGithubObject | |
$options | |
$client | |
GitHub API References class for the Joomla Platform.
Method to create a status.
string | $user | The name of the owner of the GitHub repository. |
string | $repo | The name of the GitHub repository. |
string | $sha | The SHA1 value for which to set the status. |
string | $state | The state (pending, success, error or failure). |
string | $targetUrl | Optional target URL. |
string | $description | Optional description for the status. |
Références $data, $description, $path, $state, $user, et json_encode.
getList | ( | $user, | |
$repo, | |||
$sha | |||
) |