Uses of Class
io.github.coho04.githubapi.entities.GHUser
Packages that use GHUser
Package
Description
-
Uses of GHUser in io.github.coho04.githubapi
Subclasses of GHUser in io.github.coho04.githubapiMethods in io.github.coho04.githubapi that return GHUserModifier and TypeMethodDescriptionGithub.findUserByName
(String name) Finds a user by their username.Methods in io.github.coho04.githubapi that return types with arguments of type GHUserModifier and TypeMethodDescriptionSelfUser.getBlockedUsers()
Returns the users blocked by the user. -
Uses of GHUser in io.github.coho04.githubapi.entities
Methods in io.github.coho04.githubapi.entities that return GHUserModifier and TypeMethodDescriptionGHPullRequest.getAssignee()
Returns the assignee of the pull request.GHProject.getCreator()
Returns the creator of this GHProject object.GHPackage.getOwner()
Returns the owner of the package.GHAlert.getPushProtectionBypassedBy()
Returns the user who bypassed the push protection of the alert.GHAlert.getResolvedBy()
Returns the user who resolved the alert.GHPullRequest.getUser()
Returns the user who created the pull request.static GHUser
Fetches a GitHub user by their username.Methods in io.github.coho04.githubapi.entities that return types with arguments of type GHUserModifier and TypeMethodDescriptionGHPullRequest.getAssignees()
Returns the list of assignees of the pull request.GHAdvisory.getCredits()
Returns the credits for the advisory.GHUser.getFollowers()
Fetches and returns a list of users who are followers of the current user.GHUser.getFollowing()
Fetches and returns a list of users who the current user is following.GHPullRequest.getRequestedReviewers()
Returns the list of users requested for review of the pull request.GHPullRequest.getRequestedTeams()
Returns the list of teams requested for review of the pull request.GHOrganisation.listMembers()
Returns a list of members of the organization.GHOrganisation.listOutsideCollaborators()
Returns a list of outside collaborators of the organization.GHOrganisation.listPublicMembers()
Returns a list of public members of the organization.Methods in io.github.coho04.githubapi.entities with parameters of type GHUserModifier and TypeMethodDescriptionChecks if a user is a member of the organization.GHOrganisation.hasPublicMember
(GHUser user) Checks if a user is a public member of the organization.void
GHOrganisation.removeMember
(@NotNull GHUser user) Removes a member from the organization. -
Uses of GHUser in io.github.coho04.githubapi.entities.repositories
Methods in io.github.coho04.githubapi.entities.repositories that return GHUserModifier and TypeMethodDescriptionGHIssue.getAssignee()
Returns the user assigned to the issue.GHMilestone.getCreator()
Returns the user who created the milestone.GHRepository.getOwner()
Returns the owner of this repository.GHIssue.getUser()
Returns the user who created the issue.Methods in io.github.coho04.githubapi.entities.repositories that return types with arguments of type GHUserModifier and TypeMethodDescriptionGHIssue.getAssignees()
Returns the users assigned to the issue.GHRepository.getContributors()
Fetches the contributors of this repository.