Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Liste complète des membres de JGithubCommits, y compris les membres hérités :
$client | JGithubObject | protected |
$options | JGithubObject | protected |
__construct(JRegistry $options=null, JGithubHttp $client=null) | JGithubObject | |
create($user, $repo, $message, $tree, array $parents=array()) | JGithubCommits | |
createCommitComment($user, $repo, $sha, $comment, $line, $filepath, $position) | JGithubCommits | |
deleteCommitComment($user, $repo, $id) | JGithubCommits | |
editCommitComment($user, $repo, $id, $comment) | JGithubCommits | |
fetchUrl($path, $page=0, $limit=0) | JGithubObject | protected |
getCommit($user, $repo, $sha, $page=0, $limit=0) | JGithubCommits | |
getCommitComment($user, $repo, $id) | JGithubCommits | |
getCommitComments($user, $repo, $sha, $page=0, $limit=0) | JGithubCommits | |
getDiff($user, $repo, $base, $head) | JGithubCommits | |
getList($user, $repo, $page=0, $limit=0) | JGithubCommits | |
getListComments($user, $repo, $page=0, $limit=0) | JGithubCommits | |
processResponse(JHttpResponse $response, $expectedCode=200) | JGithubObject | protected |