| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHRepository> |
GHMyself.listAllRepositories()
Lists up all repositories this user owns (public and private).
|
PagedIterable<GHCommitComment> |
GHCommit.listComments()
Lists up all the commit comments in this repository.
|
PagedIterable<GHIssueComment> |
GHIssue.listComments()
Obtains all the comments associated with this issue.
|
PagedIterable<GHCommitComment> |
GHRepository.listCommitComments()
Lists up all the commit comments in this repository.
|
PagedIterable<GHCommit> |
GHRepository.listCommits()
Lists all the commits.
|
PagedIterable<GHPullRequestCommitDetail> |
GHPullRequest.listCommits()
Retrieves all the commits associated to this pull request.
|
PagedIterable<GHCommitStatus> |
GHRepository.listCommitStatuses(String sha1)
Lists all the commit statues attached to the given commit, newer ones first.
|
PagedIterable<GHEventInfo> |
GHOrganization.listEvents()
Lists events performed by a user (this includes private events if the caller is authenticated.
|
PagedIterable<GHEventInfo> |
GHRepository.listEvents()
Lists repository events.
|
abstract PagedIterable<GHEventInfo> |
GHPerson.listEvents()
Lists events for an organization or an user.
|
PagedIterable<GHEventInfo> |
GHUser.listEvents()
Lists events performed by a user (this includes private events if the caller is authenticated.
|
PagedIterable<GHIssue> |
GHRepository.listIssues(GHIssueState state)
Lists up all the issues in this repository.
|
PagedIterable<GHMilestone> |
GHRepository.listMilestones(GHIssueState state)
Lists up all the milestones in this repository.
|
PagedIterable<GHPullRequest> |
GHRepository.listPullRequests(GHIssueState state)
Retrieves all the pull requests of a particular state.
|
PagedIterable<GHRepository> |
GHPerson.listRepositories()
Lists up all the repositories using a 30 items page size.
|
PagedIterable<GHRepository> |
GHPerson.listRepositories(int pageSize)
Lists up all the repositories using the specified page size.
|
PagedIterable<GHCommitStatus> |
GHCommit.listStatuses()
Gets the status of this commit, newer ones first.
|
Copyright © 2014. All rights reserved.