|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.kohsuke.github.GHPerson
org.kohsuke.github.GHOrganization
public class GHOrganization
| Nested Class Summary | |
|---|---|
static class |
GHOrganization.Permission
|
| Field Summary |
|---|
| Fields inherited from class org.kohsuke.github.GHPerson |
|---|
following_count, gravatar_id, id, login, public_gist_count, public_repo_count |
| Constructor Summary | |
|---|---|
GHOrganization()
|
|
| Method Summary | |
|---|---|
GHRepository |
createRepository(String name,
String description,
String homepage,
String team,
boolean isPublic)
Creates a new repository. |
GHTeam |
createTeam(String name,
GHOrganization.Permission p,
Collection<GHRepository> repositories)
Creates a new team and assigns the repositories. |
GHTeam |
createTeam(String name,
GHOrganization.Permission p,
GHRepository... repositories)
|
Map<String,GHTeam> |
getTeams()
Teams by their names. |
| Methods inherited from class org.kohsuke.github.GHPerson |
|---|
getGravatarId, getLogin, getRepositories, getRepository, refreshRepository |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GHOrganization()
| Method Detail |
|---|
public GHRepository createRepository(String name,
String description,
String homepage,
String team,
boolean isPublic)
throws IOException
IOException
public Map<String,GHTeam> getTeams()
throws IOException
IOException
public GHTeam createTeam(String name,
GHOrganization.Permission p,
Collection<GHRepository> repositories)
throws IOException
IOException
public GHTeam createTeam(String name,
GHOrganization.Permission p,
GHRepository... repositories)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||