|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of PagedIterable in org.kohsuke.github |
|---|
| Methods in org.kohsuke.github that return PagedIterable | |
|---|---|
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<GHCommitStatus> |
GHRepository.listCommitStatuses(String sha1)
Lists all the commit statues attached to the given commit, newer ones first. |
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<GHCommitStatus> |
GHCommit.listStatuses()
Gets the status of this commit, newer ones first. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||