Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Liste complète des membres de JGithubIssues, y compris les membres hérités :
$client | JGithubObject | protected |
$options | JGithubObject | protected |
__construct(JRegistry $options=null, JGithubHttp $client=null) | JGithubObject | |
create($user, $repo, $title, $body=null, $assignee=null, $milestone=null, array $labels=null) | JGithubIssues | |
createComment($user, $repo, $issueId, $body) | JGithubIssues | |
createLabel($user, $repo, $name, $color) | JGithubIssues | |
deleteComment($user, $repo, $commentId) | JGithubIssues | |
deleteLabel($user, $repo, $label) | JGithubIssues | |
edit($user, $repo, $issueId, $state=null, $title=null, $body=null, $assignee=null, $milestone=null, array $labels=null) | JGithubIssues | |
editComment($user, $repo, $commentId, $body) | JGithubIssues | |
editLabel($user, $repo, $label, $name, $color) | JGithubIssues | |
fetchUrl($path, $page=0, $limit=0) | JGithubObject | protected |
get($user, $repo, $issueId) | JGithubIssues | |
getComment($user, $repo, $commentId) | JGithubIssues | |
getComments($user, $repo, $issueId, $page=0, $limit=0) | JGithubIssues | |
getLabel($user, $repo, $name) | JGithubIssues | |
getLabels($user, $repo) | JGithubIssues | |
getList($filter=null, $state=null, $labels=null, $sort=null, $direction=null, JDate $since=null, $page=0, $limit=0) | JGithubIssues | |
getListByRepository($user, $repo, $milestone=null, $state=null, $assignee=null, $mentioned=null, $labels=null, $sort=null, $direction=null, JDate $since=null, $page=0, $limit=0) | JGithubIssues | |
processResponse(JHttpResponse $response, $expectedCode=200) | JGithubObject | protected |