Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
create ($user, $repo, $sha, $state, $targetUrl=null, $description=null) | |
getList ($user, $repo, $sha) | |
Fonctions membres publiques inherited from JGithubObject | |
__construct (JRegistry $options=null, JGithubHttp $client=null) |
Additional Inherited Members | |
Fonctions membres protégées inherited from JGithubObject | |
fetchUrl ($path, $page=0, $limit=0) | |
processResponse (JHttpResponse $response, $expectedCode=200) | |
Attributs protégés inherited from JGithubObject | |
$options | |
$client |
Définition à la ligne 19 du fichier statuses.php.
JGithubStatuses::create | ( | $user, | |
$repo, | |||
$sha, | |||
$state, | |||
$targetUrl = null , |
|||
$description = null |
|||
) |
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. |
Définition à la ligne 35 du fichier statuses.php.
JGithubStatuses::getList | ( | $user, | |
$repo, | |||
$sha | |||
) |
Method to list statuses for an SHA.
string | $user | The name of the owner of the GitHub repository. |
string | $repo | The name of the GitHub repository. |
string | $sha | SHA1 for which to get the statuses. |
Définition à la ligne 85 du fichier statuses.php.