Uses of Class
org.kohsuke.github.GHTeam

Packages that use GHTeam
org.kohsuke.github   
 

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)
           
 GHTeam GHOrganization.getTeamByName(String name)
          Finds a team that has the given name in its getName()
 

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.
 PagedIterable<GHTeam> GHOrganization.listTeams()
          List up all the teams.
 

Methods in org.kohsuke.github with parameters of type GHTeam
 GHRepository GHOrganization.createRepository(String name, String description, String homepage, GHTeam team, boolean isPublic)
           
 boolean GHUser.isMemberOf(GHTeam team)
          Returns true if this user belongs to the specified team.
 



Copyright © 2014. All rights reserved.