| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHIssueComment> |
GHIssue.listComments()
Obtains all the comments associated with this issue.
|
PagedIterable<GHCommitComment> |
GHCommit.listComments()
Lists up all the commit comments in this repository.
|
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.
|
Copyright © 2013. All Rights Reserved.