Uses of Class
org.kohsuke.github.GHTeam

Uses of GHTeam in org.kohsuke.github
 

Methods in org.kohsuke.github that return GHTeam
 GHTeam GHOrganization.createTeam(String name, GHOrganization.Permission p, Collection<GHRepository> repositories)
          Creates a new team and assigns the repositories.
 GHTeam GHOrganization.createTeam(String name, GHOrganization.Permission p, GHRepository... repositories)
           
 

Methods in org.kohsuke.github that return types with arguments of type GHTeam
 Set<GHTeam> GHRepository.getTeams()
          If this repository belongs to an organization, return a set of teams.
 Map<String,GHTeam> GHOrganization.getTeams()
          Teams by their names.
 



Copyright © 2011. All Rights Reserved.