Uses of Class
org.kohsuke.github.GHOrganization
Packages that use GHOrganization
-
Uses of GHOrganization in org.kohsuke.github
Methods in org.kohsuke.github that return GHOrganizationModifier and TypeMethodDescriptionGHAppInstallationRequest.getAccount()Gets the organization where the app was requested to be installed.GHEventInfo.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) GetsGHOrganizationspecified by name.Methods in org.kohsuke.github that return types with arguments of type GHOrganizationModifier 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'.Methods in org.kohsuke.github with parameters of type GHOrganizationModifier and TypeMethodDescriptionGHRepository.forkTo(GHOrganization org) Deprecated.GHMyself.getMembership(GHOrganization o) Gets your membership in a specific organization.booleanGHUser.isMemberOf(GHOrganization org) Returns true if this user belongs to the specified organization.booleanGHUser.isPublicMemberOf(GHOrganization org) Returns true if this user belongs to the specified organization as a public member.GHRepositoryForkBuilder.organization(GHOrganization organization) Specifies the target organization for the fork.
GHRepository.createFork()