| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Class and Description |
|---|---|
class |
PagedSearchIterable<T>
PagedIterable enhanced to report search result specific information. |
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHDeploymentStatus> |
GHRepository.getDeploymentStatuses(int id) |
PagedIterable<GHCommit> |
GHCommitQueryBuilder.list()
Lists up the commits with the criteria built so far.
|
PagedIterable<GHPullRequest> |
GHPullRequestQueryBuilder.list() |
abstract PagedIterable<T> |
GHQueryBuilder.list()
Start listing items by using the settings built up on this object.
|
PagedIterable<GHRepository> |
GitHub.listAllPublicRepositories()
This provides a dump of every public repository, in the order that they were created.
|
PagedIterable<GHRepository> |
GitHub.listAllPublicRepositories(String since)
This provides a dump of every public repository, in the order that they were created.
|
PagedIterable<GHRepository> |
GHMyself.listAllRepositories()
Deprecated.
|
PagedIterable<GHUser> |
GHRepository.listCollaborators()
Lists up the collaborators on this repository.
|
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<GHRepository.Contributor> |
GHRepository.listContributors() |
PagedIterable<GHDeployment> |
GHRepository.listDeployments(String sha,
String ref,
String task,
String environment) |
PagedIterable<GHContent> |
GHContent.listDirectoryContent()
List immediate children of this directory.
|
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.
|
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<GHPullRequestFileDetail> |
GHPullRequest.listFiles()
Retrieves all the commits associated to this pull request.
|
PagedIterable<GHUser> |
GHUser.listFollowers()
Lists the users who are following this user.
|
PagedIterable<GHUser> |
GHUser.listFollows()
Lists the users that this user is following
|
PagedIterable<GHRepository> |
GHRepository.listForks()
Lists all the direct forks of this repository, sorted by
github api default, currently
ForkSort.NEWEST. |
PagedIterable<GHGist> |
GHGist.listForks() |
PagedIterable<GHRepository> |
GHRepository.listForks(GHRepository.ForkSort sort)
Lists all the direct forks of this repository, sorted by the given sort order.
|
PagedIterable<GHGist> |
GHUser.listGists()
Lists Gists created by this user.
|
PagedIterable<GHIssue> |
GHRepository.listIssues(GHIssueState state)
Lists up all the issues in this repository.
|
PagedIterable<GHLabel> |
GHRepository.listLabels()
Lists labels in this repository.
|
PagedIterable<GHUser> |
GHOrganization.listMembers()
All the members of this organization.
|
PagedIterable<GHUser> |
GHTeam.listMembers()
Retrieves the current members.
|
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)
Deprecated.
|
PagedIterable<GHRelease> |
GHRepository.listReleases() |
PagedIterable<GHRepository> |
GHPerson.listRepositories()
Lists up all the repositories using a 30 items page size.
|
PagedIterable<GHRepository> |
GHTeam.listRepositories() |
PagedIterable<GHRepository> |
GHMyself.listRepositories()
Lists up all repositories this user owns (public and private).
|
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<GHRepository> |
GHMyself.listRepositories(int pageSize)
List repositories that are accessible to the authenticated user (public and private) using the specified page size.
|
PagedIterable<GHRepository> |
GHMyself.listRepositories(int pageSize,
GHMyself.RepositoryListFilter repoType)
List repositories of a certain type that are accessible by current authenticated user using the specified page size.
|
PagedIterable<GHPullRequestReviewComment> |
GHPullRequest.listReviewComments()
Obtains all the review comments associated with this pull request.
|
PagedIterable<GHUser> |
GHRepository.listStargazers()
Lists all the users who have starred this repo.
|
PagedIterable<GHRepository> |
GHUser.listStarredRepositories()
Lists all the repositories that this user has starred.
|
PagedIterable<GHCommitStatus> |
GHCommit.listStatuses()
Gets the status of this commit, newer ones first.
|
PagedIterable<GHUser> |
GHRepository.listSubscribers()
Lists all the subscribers (aka watchers.)
https://developer.github.com/v3/activity/watching/
|
PagedIterable<GHRepository> |
GHUser.listSubscriptions()
Lists all the subscribed (aka watched) repositories.
|
PagedIterable<GHTag> |
GHRepository.listTags() |
PagedIterable<GHTeam> |
GHOrganization.listTeams()
List up all the teams.
|
PagedIterable<T> |
PagedIterable.withPageSize(int size)
Sets the pagination size.
|
Copyright © 2016. All Rights Reserved.