Verwendungen von Klasse
de.coho04.githubapi.entities.GHUser
Packages, die GHUser verwenden
Package
Beschreibung
-
Verwendungen von GHUser in de.coho04.githubapi
Unterklassen von GHUser in de.coho04.githubapiMethoden in de.coho04.githubapi, die GHUser zurückgebenModifizierer und TypMethodeBeschreibungGithub.findUserByName(String name) Finds a user by their username.Methoden in de.coho04.githubapi, die Typen mit Argumenten vom Typ GHUser zurückgebenModifizierer und TypMethodeBeschreibungSelfUser.getBlockedUsers()Returns the users blocked by the user. -
Verwendungen von GHUser in de.coho04.githubapi.entities
Methoden in de.coho04.githubapi.entities, die GHUser zurückgebenModifizierer und TypMethodeBeschreibungGHPullRequest.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 GHUserFetches a GitHub user by their username.Methoden in de.coho04.githubapi.entities, die Typen mit Argumenten vom Typ GHUser zurückgebenModifizierer und TypMethodeBeschreibungGHPullRequest.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.Methoden in de.coho04.githubapi.entities mit Parametern vom Typ GHUserModifizierer und TypMethodeBeschreibungChecks if a user is a member of the organization.GHOrganisation.hasPublicMember(GHUser user) Checks if a user is a public member of the organization.voidPublicizes a user's membership in the organization.voidGHOrganisation.removeMember(GHUser user) Removes a member from the organization. -
Verwendungen von GHUser in de.coho04.githubapi.entities.repositories
Methoden in de.coho04.githubapi.entities.repositories, die GHUser zurückgebenModifizierer und TypMethodeBeschreibungGHIssue.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.Methoden in de.coho04.githubapi.entities.repositories, die Typen mit Argumenten vom Typ GHUser zurückgebenModifizierer und TypMethodeBeschreibungGHIssue.getAssignees()Returns the users assigned to the issue.GHRepository.getContributors()Fetches the contributors of this repository.