| 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<GHMarketplaceAccountPlan> |
GHMarketplaceListAccountBuilder.createRequest()
List any accounts associated with the plan specified on construction with all the order/sort parameters set.
|
PagedIterable<GHRepositoryStatistics.CommitActivity> |
GHRepositoryStatistics.getCommitActivity()
Get the last year of commit activity data.
|
PagedIterable<GHRepositoryStatistics.ContributorStats> |
GHRepositoryStatistics.getContributorStats()
Get contributors list with additions, deletions, and commit count.
|
PagedIterable<GHRepositoryStatistics.ContributorStats> |
GHRepositoryStatistics.getContributorStats(boolean waitTillReady)
Deprecated.
|
PagedIterable<GHDeploymentStatus> |
GHRepository.getDeploymentStatuses(int id)
Deprecated.
Use
getDeployment(id).listStatuses() |
PagedIterable<GHMarketplaceUserPurchase> |
GitHub.getMyMarketplacePurchases()
Returns only active subscriptions.
|
PagedIterable<GHPullRequest> |
GHPullRequestQueryBuilder.list() |
abstract PagedIterable<T> |
GHQueryBuilder.list()
Start listing items by using the settings built up on this object.
|
PagedIterable<GHCommit> |
GHCommitQueryBuilder.list()
Lists up the commits with the criteria built so far.
|
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.listAssignees()
Lists all
the
available assignees to which issues may be assigned.
|
PagedIterable<GHProjectCard> |
GHProjectColumn.listCards()
List cards paged iterable.
|
PagedIterable<GHUser> |
GHRepository.listCollaborators()
Lists up the collaborators on this repository.
|
PagedIterable<GHProjectColumn> |
GHProject.listColumns()
List columns paged iterable.
|
PagedIterable<GHCommitComment> |
GHCommit.listComments()
List comments paged iterable.
|
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()
List contributors paged iterable.
|
PagedIterable<GHDeployment> |
GHRepository.listDeployments(String sha,
String ref,
String task,
String environment)
List deployments paged iterable.
|
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<GHIssueEvent> |
GHIssue.listEvents()
Lists events for this issue.
|
PagedIterable<GHPullRequestFileDetail> |
GHPullRequest.listFiles()
Retrieves all the files 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<GHGist> |
GHGist.listForks()
List forks paged iterable.
|
PagedIterable<GHRepository> |
GHRepository.listForks()
Lists all the direct forks of this repository, sorted by github api default, currently
ForkSort.NEWEST*. |
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<GHAppInstallation> |
GHApp.listInstallations()
Deprecated.
|
PagedIterable<GHInvitation> |
GHRepository.listInvitations()
Lists all the invitations.
|
PagedIterable<GHIssueEvent> |
GHRepository.listIssueEvents()
Get all issue events for this repository.
|
PagedIterable<GHIssue> |
GHRepository.listIssues(GHIssueState state)
Lists up all the issues in this repository.
|
PagedIterable<GHLabel> |
GHRepository.listLabels()
Lists labels in this repository.
|
PagedIterable<GHLicense> |
GitHub.listLicenses()
Returns a list of popular open source licenses
|
PagedIterable<GHMarketplacePlan> |
GitHub.listMarketplacePlans()
Returns a list all plans for your Marketplace listing
|
PagedIterable<GHUser> |
GHOrganization.listMembers()
All the members of this organization.
|
PagedIterable<GHUser> |
GHTeam.listMembers()
Retrieves the current members.
|
PagedIterable<GHUser> |
GHOrganization.listMembersWithFilter(String filter)
List members with filter paged iterable.
|
PagedIterable<GHMilestone> |
GHRepository.listMilestones(GHIssueState state)
Lists up all the milestones in this repository.
|
PagedIterable<GHAuthorization> |
GitHub.listMyAuthorizations()
Returns a list of all authorizations.
|
PagedIterable<GHOrganization> |
GitHub.listOrganizations()
Gets a list of all organizations.
|
PagedIterable<GHOrganization> |
GitHub.listOrganizations(String since)
Gets a list of all organizations starting after the organization identifier specified by 'since'.
|
PagedIterable<GHMembership> |
GHMyself.listOrgMemberships()
List your organization memberships
|
PagedIterable<GHMembership> |
GHMyself.listOrgMemberships(GHMembership.State state)
List your organization memberships
|
PagedIterable<GHProject> |
GHOrganization.listProjects()
Returns all open projects for the organization.
|
PagedIterable<GHProject> |
GHRepository.listProjects()
Returns open projects for this repository.
|
PagedIterable<GHProject> |
GHOrganization.listProjects(GHProject.ProjectStateFilter status)
Returns the projects for this organization.
|
PagedIterable<GHProject> |
GHRepository.listProjects(GHProject.ProjectStateFilter status)
Returns the projects for this repository.
|
PagedIterable<GHUser> |
GHOrganization.listPublicMembers()
All the public members of this organization.
|
PagedIterable<GHPullRequest> |
GHRepository.listPullRequests(GHIssueState state)
Deprecated.
|
PagedIterable<GHReaction> |
GHPullRequestReviewComment.listReactions()
Deprecated.
|
PagedIterable<GHReaction> |
GHIssueComment.listReactions()
Deprecated.
|
PagedIterable<GHReaction> |
GHCommitComment.listReactions()
Deprecated.
|
PagedIterable<GHReaction> |
GHIssue.listReactions()
Deprecated.
|
PagedIterable<GHReaction> |
Reactable.listReactions()
Deprecated.
|
PagedIterable<GHRef> |
GHRepository.listRefs()
Retrieves all refs for the github repository.
|
PagedIterable<GHRef> |
GHRepository.listRefs(String refType)
Retrieves all refs of the given type for the current GitHub repository.
|
PagedIterable<GHRelease> |
GHRepository.listReleases()
List releases paged iterable.
|
PagedIterable<GHRepository> |
GHTeam.listRepositories()
List repositories paged iterable.
|
PagedIterable<GHRepository> |
GHMyself.listRepositories()
Lists up all repositories this user owns (public and private).
|
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> |
GHMyself.listRepositories(int pageSize)
List repositories that are accessible to the authenticated user (public and private) 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,
GHMyself.RepositoryListFilter repoType)
List repositories of a certain type that are accessible by current authenticated user using the specified page
size.
|
PagedIterable<GHPullRequestReviewComment> |
GHPullRequestReview.listReviewComments()
Obtains all the review comments associated with this pull request review.
|
PagedIterable<GHPullRequestReviewComment> |
GHPullRequest.listReviewComments()
Obtains all the review comments associated with this pull request.
|
PagedIterable<GHPullRequestReview> |
GHPullRequest.listReviews()
Retrieves all the reviews associated to this pull request.
|
PagedIterable<GHUser> |
GHRepository.listStargazers()
Lists all the users who have starred this repo based on the old version of the API.
|
PagedIterable<GHStargazer> |
GHRepository.listStargazers2()
Lists all the users who have starred this repo based on new version of the API, having extended information like
the time when the repository was starred.
|
PagedIterable<GHRepository> |
GHUser.listStarredRepositories()
Lists all the repositories that this user has starred.
|
PagedIterable<GHDeploymentStatus> |
GHDeployment.listStatuses()
List statuses paged iterable.
|
PagedIterable<GHCommitStatus> |
GHCommit.listStatuses()
List statuses paged iterable.
|
PagedIterable<GHUser> |
GHRepository.listSubscribers()
Lists all the subscribers (aka watchers.)
|
PagedIterable<GHRepository> |
GHUser.listSubscriptions()
Lists all the subscribed (aka watched) repositories.
|
PagedIterable<GHTag> |
GHRepository.listTags()
List tags paged iterable.
|
PagedIterable<GHTeam> |
GHOrganization.listTeams()
List up all the teams.
|
PagedIterable<GHUser> |
GitHub.listUsers()
Returns a list of all users.
|
PagedIterable<T> |
PagedIterable.withPageSize(int size)
Sets the pagination size.
|
Copyright © 2020. All rights reserved.