Uses of Class
org.kohsuke.github.GHOrganization
-
Uses of GHOrganization in org.kohsuke.github
Modifier and TypeMethodDescriptionGHEventInfo.getOrganization()
Gets organization.GHEventPayload.getOrganization()
Gets organization.GHExternalGroup.getOrganization()
Gets organization.GHMembership.getOrganization()
Gets organization.GHRepositoryChanges.FromOwner.getOrganization()
Get organization from which this repository was transferred.GHTeam.getOrganization()
Gets organization.GitHub.getOrganization
(String name) GetsGHOrganization
specified by name.Modifier and TypeMethodDescriptionGHMyself.getAllOrganizations()
Gets the organization that this user belongs to.GitHub.getMyOrganizations()
This method returns shallowly populated organizations.GHUser.getOrganizations()
Gets the organization that this user belongs to publicly.GitHub.getUserPublicOrganizations
(String login) This method returns a shallowly populated organizations.GitHub.getUserPublicOrganizations
(GHUser user) Alias forGitHub.getUserPublicOrganizations(String)
.GitHub.listOrganizations()
Gets a list of all organizations.GitHub.listOrganizations
(String since) Gets a list of all organizations starting after the organization identifier specified by 'since'.Modifier and TypeMethodDescriptionGHRepository.forkTo
(GHOrganization org) Forks this repository into an organization.GHMyself.getMembership
(GHOrganization o) Gets your membership in a specific organization.boolean
GHUser.isMemberOf
(GHOrganization org) Returns true if this user belongs to the specified organization.boolean
GHUser.isPublicMemberOf
(GHOrganization org) Returns true if this user belongs to the specified organization as a public member.