PagedIterable<GHMarketplaceAccountPlan> |
GHMarketplaceListAccountBuilder.createRequest() |
List any accounts associated with the plan specified on construction with all the order/sort parameters set.
|
PagedIterable<GHCheckRun> |
GHCommit.getCheckRuns() |
Deprecated.
|
PagedIterable<GHCheckRun> |
GHRepository.getCheckRuns(String ref) |
Deprecated.
|
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.
|
PagedIterable<GHMarketplaceUserPurchase> |
GitHub.getMyMarketplacePurchases() |
Returns only active subscriptions.
|
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<GHWorkflowRun> |
GHWorkflowRunQueryBuilder.list() |
|
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<GHAsset> |
GHRelease.listAssets() |
Re-fetch the assets of this release.
|
PagedIterable<GHUser> |
GHRepository.listAssignees() |
|
PagedIterable<GHBranch> |
GHCommit.listBranchesWhereHead() |
Deprecated.
|
PagedIterable<GHProjectCard> |
GHProjectColumn.listCards() |
List cards paged iterable.
|
PagedIterable<GHTeam> |
GHTeam.listChildTeams() |
Retrieves the teams that are children of this team.
|
PagedIterable<GHUser> |
GHRepository.listCollaborators() |
Lists up the collaborators on this repository.
|
PagedIterable<GHUser> |
GHRepository.listCollaborators(GHRepository.CollaboratorAffiliation affiliation) |
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<GHCommitComment> |
GHRepository.listCommitComments(String commitSha) |
Lists all comments on a specific commit.
|
PagedIterable<GHPullRequestCommitDetail> |
GHPullRequest.listCommits() |
Retrieves all the commits associated to this pull request.
|
PagedIterable<GHCommit> |
GHRepository.listCommits() |
Lists all the commits.
|
PagedIterable<GHCommitStatus> |
GHRepository.listCommitStatuses(String sha1) |
/** Lists all the commit statuses 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<GHDiscussion> |
GHTeam.listDiscussions() |
Retrieves the discussions.
|
PagedIterable<GHIssueEvent> |
GHIssue.listEvents() |
Lists events for this issue.
|
PagedIterable<GHEventInfo> |
GHOrganization.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<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.
|
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> |
GHTeam.listMembers(String role) |
List members with specified role paged iterable.
|
PagedIterable<GHUser> |
GHOrganization.listMembersWithFilter(String filter) |
List members with filter paged iterable.
|
PagedIterable<GHUser> |
GHOrganization.listMembersWithRole(String role) |
List members with specified role 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> |
GHOrganization.listProjects(GHProject.ProjectStateFilter status) |
Returns the projects for this organization.
|
PagedIterable<GHProject> |
GHRepository.listProjects() |
Returns open projects for this repository.
|
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> |
GHCommit.listPullRequests() |
Deprecated.
|
PagedIterable<GHPullRequest> |
GHRepository.listPullRequests(GHIssueState state) |
Deprecated.
|
PagedIterable<GHReaction> |
GHCommitComment.listReactions() |
Deprecated.
|
PagedIterable<GHReaction> |
GHIssue.listReactions() |
Deprecated.
|
PagedIterable<GHReaction> |
GHIssueComment.listReactions() |
Deprecated.
|
PagedIterable<GHReaction> |
GHPullRequestReviewComment.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> |
GHMyself.listRepositories() |
Lists up all repositories this user owns (public and private).
|
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<GHRepository> |
GHOrganization.listRepositories(int pageSize) |
Lists up all the repositories using the specified page size.
|
PagedIterable<GHRepository> |
GHPerson.listRepositories() |
Lists up all the repositories using a 30 items page size.
|
PagedIterable<GHRepository> |
GHPerson.listRepositories(int pageSize) |
Lists up all the repositories using the specified page size.
|
PagedIterable<GHRepository> |
GHTeam.listRepositories() |
List repositories paged iterable.
|
PagedIterable<GHPullRequestReviewComment> |
GHPullRequest.listReviewComments() |
Obtains all the review comments associated with this pull request.
|
PagedIterable<GHPullRequestReviewComment> |
GHPullRequestReview.listReviewComments() |
Obtains all the review comments associated with this pull request review.
|
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<GHCommitStatus> |
GHCommit.listStatuses() |
List statuses paged iterable.
|
PagedIterable<GHDeploymentStatus> |
GHDeployment.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<GHWorkflow> |
GHRepository.listWorkflows() |
Lists all the workflows of this repository.
|
PagedIterable<T> |
PagedIterable.withPageSize(int size) |
Sets the pagination size.
|