| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Class and Description |
|---|---|
class |
GHMyself
Represents the account that's logging into GitHub.
|
| Modifier and Type | Field and Description |
|---|---|
protected GHUser |
GHIssue.assignee |
protected GHUser |
GHIssue.closed_by |
protected GHUser |
GHIssue.user |
| Modifier and Type | Method and Description |
|---|---|
GHUser |
GHEventInfo.getActor() |
GHUser |
GHIssue.getAssignee() |
GHUser |
GHCommit.getAuthor() |
GHUser |
GHPullRequest.getClosedBy() |
GHUser |
GHIssue.getClosedBy() |
GHUser |
GHCommit.getCommitter() |
GHUser |
GHMilestone.getCreator() |
GHUser |
GHCommitStatus.getCreator() |
GHUser |
GHPullRequest.getMergedBy() |
GHUser |
GHRepository.getOwner() |
GHUser |
GHGist.getOwner()
User that owns this Gist.
|
GHUser |
GHIssueComment.getUser()
Gets the user who posted this comment.
|
GHUser |
GHCommitComment.getUser()
Gets the user who put this comment.
|
GHUser |
GHIssue.getUser()
User who submitted the issue.
|
GHUser |
GHCommitPointer.getUser()
This points to the user who owns
the
GHCommitPointer.getRepository(). |
protected GHUser |
GitHub.getUser(GHUser orig)
Interns the given
GHUser. |
GHUser |
GitHub.getUser(String login)
Obtains the object that represents the named user.
|
| Modifier and Type | Method and Description |
|---|---|
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 following
|
List<GHUser> |
GHOrganization.getMembers()
Deprecated.
|
Set<GHUser> |
GHTeam.getMembers()
Retrieves the current members.
|
PagedIterable<GHUser> |
GHOrganization.listMembers()
All the members of this organization.
|
PagedIterable<GHUser> |
GHOrganization.listMembersWithFilter(String filter) |
PagedIterable<GHUser> |
GHOrganization.listPublicMembers()
All the public members of this organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GHTeam.add(GHUser u)
Adds a member to the team.
|
void |
GHRepository.addCollaborators(GHUser... users) |
GHIssueBuilder |
GHIssueBuilder.assignee(GHUser user) |
void |
GHIssue.assignTo(GHUser user) |
void |
GHOrganization.conceal(GHUser u)
Conceals the membership.
|
protected GHUser |
GitHub.getUser(GHUser orig)
Interns the given
GHUser. |
boolean |
GHOrganization.hasMember(GHUser user)
Checks if this organization has the specified user as a member.
|
boolean |
GHTeam.hasMember(GHUser user)
Checks if this team has the specified user as a member.
|
boolean |
GHOrganization.hasPublicMember(GHUser user)
Checks if this organization has the specified user as a public member.
|
void |
GHOrganization.publicize(GHUser u)
Publicizes the membership.
|
void |
GHOrganization.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.
|
void |
GHTeam.remove(GHUser u)
Removes a member to the team.
|
void |
GHRepository.removeCollaborators(GHUser... users) |
| Modifier and Type | Method and Description |
|---|---|
void |
GHRepository.addCollaborators(Collection<GHUser> users) |
void |
GHRepository.removeCollaborators(Collection<GHUser> users) |
Copyright © 2014. All rights reserved.