Uses of Class
org.kohsuke.github.GHOrganization

Packages that use GHOrganization
org.kohsuke.github   
 

Uses of GHOrganization in org.kohsuke.github
 

Fields in org.kohsuke.github declared as GHOrganization
protected  GHOrganization GHTeam.org
           
 

Methods in org.kohsuke.github that return GHOrganization
 GHOrganization GHEventInfo.getOrganization()
           
 GHOrganization GitHub.getOrganization(String name)
           
 

Methods in org.kohsuke.github that return types with arguments of type GHOrganization
 GHPersonSet<GHOrganization> GHMyself.getAllOrganizations()
          Gets the organization that this user belongs to.
 Map<String,GHOrganization> GitHub.getMyOrganizations()
          This method returns a shallowly populated organizations.
 GHPersonSet<GHOrganization> GHUser.getOrganizations()
          Gets the organization that this user belongs to publicly.
 

Methods in org.kohsuke.github with parameters of type GHOrganization
 GHRepository GHRepository.forkTo(GHOrganization org)
          Forks this repository into an 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.
 



Copyright © 2014. All rights reserved.