| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHCommit> |
GHCommitQueryBuilder.list()
Lists up the commits with the criteria built so far.
|
PagedIterable<GHRepository> |
GHMyself.listAllRepositories()
Lists up all repositories this user owns (public and private).
|
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<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> |
GHRepository.listEvents()
Lists repository events.
|
PagedIterable<GHEventInfo> |
GHOrganization.listEvents()
Lists events performed by a user (this includes private events if the caller is authenticated.
|
PagedIterable<GHEventInfo> |
GHUser.listEvents()
Lists events performed by a user (this includes private events if the caller is authenticated.
|
abstract PagedIterable<GHEventInfo> |
GHPerson.listEvents()
Lists events for an organization or an user.
|
PagedIterable<GHIssue> |
GHRepository.listIssues(GHIssueState state)
Lists up all the issues in this repository.
|
PagedIterable<GHUser> |
GHOrganization.listMembers()
All the members of this organization.
|
PagedIterable<GHUser> |
GHOrganization.listMembersWithFilter(String filter) |
PagedIterable<GHMilestone> |
GHRepository.listMilestones(GHIssueState state)
Lists up all the milestones in this repository.
|
PagedIterable<GHUser> |
GHOrganization.listPublicMembers()
All the public members of this organization.
|
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> |
GHOrganization.listRepositories(int pageSize)
Lists up all the repositories using the specified 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.
|
PagedIterable<GHTeam> |
GHOrganization.listTeams()
List up all the teams.
|
Copyright © 2014. All rights reserved.