Uses of Class
org.kohsuke.github.GHOrganization
-
Packages that use GHOrganization Package Description org.kohsuke.github -
-
Uses of GHOrganization in org.kohsuke.github
Methods in org.kohsuke.github that return GHOrganization Modifier and Type Method Description GHOrganizationGHEventInfo. getOrganization()Gets organization.GHOrganizationGHEventPayload.Ping. getOrganization()Gets organization.GHOrganizationGHEventPayload.Repository. getOrganization()Gets organization.GHOrganizationGHMembership. getOrganization()Gets organization.GHOrganizationGHTeam. getOrganization()Gets organization.GHOrganizationGitHub. getOrganization(String name)GetsGHOrganizationspecified by name.Methods in org.kohsuke.github that return types with arguments of type GHOrganization Modifier and Type Method Description GHPersonSet<GHOrganization>GHMyself. getAllOrganizations()Gets the organization that this user belongs to.Map<String,GHOrganization>GitHub. getMyOrganizations()This method returns shallowly populated organizations.GHPersonSet<GHOrganization>GHUser. getOrganizations()Gets the organization that this user belongs to publicly.Map<String,GHOrganization>GitHub. getUserPublicOrganizations(String login)This method returns a shallowly populated organizations.Map<String,GHOrganization>GitHub. getUserPublicOrganizations(GHUser user)Alias forGitHub.getUserPublicOrganizations(String).PagedIterable<GHOrganization>GitHub. listOrganizations()Gets a list of all organizations.PagedIterable<GHOrganization>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 GHOrganization Modifier and Type Method Description GHRepositoryGHRepository. forkTo(GHOrganization org)Forks this repository into an organization.GHMembershipGHMyself. 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.voidGHEventPayload.Ping. setOrganization(GHOrganization organization)Sets organization.voidGHEventPayload.Repository. setOrganization(GHOrganization organization)Sets organization.
-