|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GHTeam in org.kohsuke.github |
---|
Fields in org.kohsuke.github declared as GHTeam | |
---|---|
GHTeam |
JsonTeam.team
|
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 | |
---|---|
Map<String,GHTeam> |
GHOrganization.getTeams()
Teams by their names. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |