Uses of Class
org.eclipse.egit.github.core.Team

Packages that use Team
org.eclipse.egit.github.core   
org.eclipse.egit.github.core.event   
org.eclipse.egit.github.core.service   
 

Uses of Team in org.eclipse.egit.github.core
 

Methods in org.eclipse.egit.github.core that return Team
 Team Team.setId(int id)
           
 Team Team.setMembersCount(int membersCount)
           
 Team Team.setName(String name)
           
 Team Team.setPermission(String permission)
           
 Team Team.setReposCount(int reposCount)
           
 Team Team.setUrl(String url)
           
 

Uses of Team in org.eclipse.egit.github.core.event
 

Methods in org.eclipse.egit.github.core.event that return Team
 Team TeamAddPayload.getTeam()
           
 

Methods in org.eclipse.egit.github.core.event with parameters of type Team
 TeamAddPayload TeamAddPayload.setTeam(Team team)
           
 

Uses of Team in org.eclipse.egit.github.core.service
 

Methods in org.eclipse.egit.github.core.service that return Team
 Team TeamService.createTeam(String organization, Team team)
          Create the given team
 Team TeamService.createTeam(String organization, Team team, List<String> repoNames)
          Create the given team
 Team TeamService.editTeam(Team team)
          Edit the given team
 Team TeamService.getTeam(int id)
          Get team with given id
 

Methods in org.eclipse.egit.github.core.service that return types with arguments of type Team
 List<Team> TeamService.getTeams(IRepositoryIdProvider repository)
          Get teams associated with given repository
 List<Team> TeamService.getTeams(String organization)
          Get all teams in the given organization
 

Methods in org.eclipse.egit.github.core.service with parameters of type Team
 Team TeamService.createTeam(String organization, Team team)
          Create the given team
 Team TeamService.createTeam(String organization, Team team, List<String> repoNames)
          Create the given team
 Team TeamService.editTeam(Team team)
          Edit the given team
 



Copyright © 2012. All Rights Reserved.