|
|||||||||
| 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
| 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(java.lang.String name,
java.lang.String description,
java.lang.String homepage,
java.lang.String team,
boolean isPublic)
Creates a new repository. |
java.util.Map<java.lang.String,GHTeam> |
getTeams()
Teams by their names. |
| Methods inherited from class org.kohsuke.github.GHPerson |
|---|
getGravatarId, getLogin, getRepositories, getRepository |
| 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(java.lang.String name,
java.lang.String description,
java.lang.String homepage,
java.lang.String team,
boolean isPublic)
throws java.io.IOException
java.io.IOException
public java.util.Map<java.lang.String,GHTeam> getTeams()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||