|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
| Methods in org.kohsuke.github with parameters of type GHTeam | |
|---|---|
GHRepository |
GHOrganization.createRepository(String name,
String description,
String homepage,
GHTeam team,
boolean isPublic)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||