Joomla Platform  13.1
Documentation des API du framework Joomla Platform
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
JGithubPulls Liste des membres

Liste complète des membres de JGithubPulls, y compris les membres hérités :

$clientJGithubObjectprotected
$optionsJGithubObjectprotected
__construct(JRegistry $options=null, JGithubHttp $client=null)JGithubObject
create($user, $repo, $title, $base, $head, $body= '')JGithubPulls
createComment($user, $repo, $pullId, $body, $commitId, $filePath, $position)JGithubPulls
createCommentReply($user, $repo, $pullId, $body, $inReplyTo)JGithubPulls
createFromIssue($user, $repo, $issueId, $base, $head)JGithubPulls
deleteComment($user, $repo, $commentId)JGithubPulls
edit($user, $repo, $pullId, $title=null, $body=null, $state=null)JGithubPulls
editComment($user, $repo, $commentId, $body)JGithubPulls
fetchUrl($path, $page=0, $limit=0)JGithubObjectprotected
get($user, $repo, $pullId)JGithubPulls
getComment($user, $repo, $commentId)JGithubPulls
getComments($user, $repo, $pullId, $page=0, $limit=0)JGithubPulls
getCommits($user, $repo, $pullId, $page=0, $limit=0)JGithubPulls
getFiles($user, $repo, $pullId, $page=0, $limit=0)JGithubPulls
getList($user, $repo, $state= 'open', $page=0, $limit=0)JGithubPulls
isMerged($user, $repo, $pullId)JGithubPulls
merge($user, $repo, $pullId, $message= '')JGithubPulls
processResponse(JHttpResponse $response, $expectedCode=200)JGithubObjectprotected