Uses of Class
org.kohsuke.github.GHUser
-
Packages that use GHUser Package Description org.kohsuke.github -
-
Uses of GHUser in org.kohsuke.github
Subclasses of GHUser in org.kohsuke.github Modifier and Type Class Description classGHMyselfRepresents the account that's logging into GitHub.static classGHRepository.ContributorThe type Contributor.Fields in org.kohsuke.github declared as GHUser Modifier and Type Field Description protected GHUserGHIssue. assigneeprotected GHUser[]GHIssue. assigneesprotected GHUserGHIssue. closed_byprotected GHUserGHDeployment. creatorprotected GHUserGHDeploymentStatus. creatorprotected GHUserGHIssue. userMethods in org.kohsuke.github that return GHUser Modifier and Type Method Description GHUserGHAppInstallation. getAccount()Gets account.GHUserGHEventInfo. getActor()Gets actor.GHUserGHIssueEvent. getActor()Gets actor.GHUserGHIssue. getAssignee()Gets assignee.GHUserGHIssueEvent. getAssignee()Get theGHUserthat was assigned or unassigned from the issue.GHUserGHCommit. getAuthor()Gets author.GHUserGHRepositoryStatistics.ContributorStats. getAuthor()Gets author.GHUserGHIssue. getClosedBy()Reports who has closed the issue.GHUserGHPullRequest. getClosedBy()GHUserGHCommit. getCommitter()Gets committer.GHUserGHCommitStatus. getCreator()Gets creator.GHUserGHDeployment. getCreator()Gets creator.GHUserGHMilestone. getCreator()Gets creator.GHUserGHProject. getCreator()Gets creator.GHUserGHProjectCard. getCreator()Gets creator.GHUserGHPullRequest. getMergedBy()Gets merged by.GHUserGHApp. getOwner()Gets owner.GHUserGHGist. getOwner()Gets owner.GHUserGHRepository. getOwner()Gets owner.GHUserGHEventPayload. getSender()Gets the sender ornullif accessed via the events API.GHUserGHCommitComment. getUser()Gets the user who put this comment.GHUserGHCommitPointer. getUser()This points to the user who owns theGHCommitPointer.getRepository().GHUserGHIssue. getUser()User who submitted the issue.GHUserGHIssueComment. getUser()Gets the user who posted this comment.GHUserGHMembership. getUser()Gets user.GHUserGHPullRequestReview. getUser()Gets the user who posted this review.GHUserGHPullRequestReviewComment. getUser()Gets the user who posted this comment.GHUserGHReaction. getUser()User who left the reaction.GHUserGHStargazer. getUser()Gets the user that starred the repositoryGHUserGitHub. getUser(String login)Obtains the object that represents the named user.protected GHUserGitHub. getUser(GHUser orig)Interns the givenGHUser.Methods in org.kohsuke.github that return types with arguments of type GHUser Modifier and Type Method Description List<GHUser>GHIssue. getAssignees()Gets assignees.GHPersonSet<GHUser>GHRepository. getCollaborators()Gets the collaborators on this repository.GHPersonSet<GHUser>GHUser. getFollowers()Lists the users who are following this user.GHPersonSet<GHUser>GHUser. getFollows()Lists the users that this user is followingList<GHUser>GHOrganization. getMembers()Deprecated.Set<GHUser>GHTeam. getMembers()Gets members.List<GHUser>GHPullRequest. getRequestedReviewers()Gets requested reviewers.Collection<GHUser>GHBranchProtection.Restrictions. getUsers()Gets users.PagedIterable<GHUser>GHRepository. listAssignees()Lists all the available assignees to which issues may be assigned.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<GHUser>GHUser. listFollowers()Lists the users who are following this user.PagedIterable<GHUser>GHUser. listFollows()Lists the users that this user is followingPagedIterable<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<GHUser>GHOrganization. listPublicMembers()All the public members of this organization.PagedIterable<GHUser>GHRepository. listStargazers()Lists all the users who have starred this repo based on the old version of the API.PagedIterable<GHUser>GHRepository. listSubscribers()Lists all the subscribers (aka watchers.)PagedIterable<GHUser>GitHub. listUsers()Returns a list of all users.Methods in org.kohsuke.github with parameters of type GHUser Modifier and Type Method Description GHWorkflowRunQueryBuilderGHWorkflowRunQueryBuilder. actor(GHUser actor)Actor workflow run query builder.voidGHOrganization. add(GHUser user, GHOrganization.Role role)Adds (invites) a user to the organization.voidGHTeam. add(GHUser u)Adds a member to the team.voidGHTeam. add(GHUser user, GHTeam.Role role)Adds a member to the teamvoidGHIssue. addAssignees(GHUser... assignees)Add assignees.voidGHRepository. addCollaborators(GHOrganization.Permission permission, GHUser... users)Add collaborators.voidGHRepository. addCollaborators(GHUser... users)Add collaborators.GHIssueBuilderGHIssueBuilder. assignee(GHUser user)Assignee gh issue builder.voidGHIssue. assignTo(GHUser user)Assign to.voidGHOrganization. conceal(GHUser u)Conceals the membership.GHPermissionTypeGHRepository. getPermission(GHUser u)Obtain permission for a given user in this repository.protected GHUserGitHub. getUser(GHUser orig)Interns the givenGHUser.Map<String,GHOrganization>GitHub. getUserPublicOrganizations(GHUser user)Alias forGitHub.getUserPublicOrganizations(String).booleanGHRepository. hasAssignee(GHUser u)Checks if the given user is an assignee for this repository.booleanGHOrganization. hasMember(GHUser user)Checks if this organization has the specified user as a member.booleanGHTeam. hasMember(GHUser user)Checks if this team has the specified user as a member.booleanGHOrganization. hasPublicMember(GHUser user)Checks if this organization has the specified user as a public member.GHIssueSearchBuilderGHIssueSearchBuilder. mentions(GHUser u)Mentions gh issue search builder.voidGHOrganization. publicize(GHUser u)Publicizes the membership.voidGHOrganization. remove(GHUser user)Remove a member of the organisation - which will remove them from all teams, and remove their access to the organization’s repositories.voidGHTeam. remove(GHUser u)Removes a member to the team.voidGHIssue. removeAssignees(GHUser... assignees)Remove assignees.voidGHRepository. removeCollaborators(GHUser... users)Remove collaborators.voidGHAppInstallation. setAccount(GHUser account)Deprecated.Do not use this method.voidGHIssue. setAssignees(GHUser... assignees)Sets assignees.voidGHApp. setOwner(GHUser owner)Deprecated.Do not use this method.voidGHEventPayload. setSender(GHUser sender)Sets sender.GHBranchProtectionBuilderGHBranchProtectionBuilder. userPushAccess(GHUser... users)User push access gh branch protection builder.GHBranchProtectionBuilderGHBranchProtectionBuilder. userReviewDismissals(GHUser... users)User review dismissals gh branch protection builder.Method parameters in org.kohsuke.github with type arguments of type GHUser Modifier and Type Method Description voidGHIssue. addAssignees(Collection<GHUser> assignees)Add assignees.voidGHRepository. addCollaborators(Collection<GHUser> users)Add collaborators.voidGHRepository. addCollaborators(Collection<GHUser> users, GHOrganization.Permission permission)Add collaborators.protected static List<String>GHIssue. getLogins(Collection<GHUser> users)voidGHIssue. removeAssignees(Collection<GHUser> assignees)Remove assignees.voidGHRepository. removeCollaborators(Collection<GHUser> users)Remove collaborators.voidGHPullRequest. requestReviewers(List<GHUser> reviewers)Request reviewers.voidGHIssue. setAssignees(Collection<GHUser> assignees)Sets assignees.GHBranchProtectionBuilderGHBranchProtectionBuilder. userPushAccess(Collection<GHUser> users)User push access gh branch protection builder.GHBranchProtectionBuilderGHBranchProtectionBuilder. userReviewDismissals(Collection<GHUser> users)User review dismissals gh branch protection builder.
-