|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.kohsuke.github.GHRepository
public class GHRepository
A repository on GitHub.
| Constructor Summary | |
|---|---|
GHRepository()
|
|
| Method Summary | |
|---|---|
void |
addCollaborators(java.util.Collection<GHUser> users)
|
void |
addCollaborators(GHUser... users)
|
void |
delete()
Deletes this repository. |
GHRepository |
fork()
Forks this repository. |
java.util.Set<GHUser> |
getCollaborators()
Gets the collaborators on this repository. |
java.lang.String |
getDescription()
|
int |
getForks()
|
java.lang.String |
getHomepage()
|
java.lang.String |
getName()
|
GHUser |
getOwner()
|
protected java.lang.String |
getOwnerName()
|
java.lang.String |
getUrl()
|
int |
getWatchers()
|
boolean |
hasDownloads()
|
boolean |
hasIssues()
|
boolean |
hasWiki()
|
boolean |
isFork()
|
boolean |
isPrivate()
|
void |
removeCollaborators(java.util.Collection<GHUser> users)
|
void |
removeCollaborators(GHUser... users)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GHRepository()
| Method Detail |
|---|
public java.lang.String getDescription()
public java.lang.String getHomepage()
public java.lang.String getUrl()
public java.lang.String getName()
public GHUser getOwner()
throws java.io.IOException
java.io.IOExceptionprotected java.lang.String getOwnerName()
public boolean hasIssues()
public boolean hasWiki()
public boolean isFork()
public int getForks()
public boolean isPrivate()
public boolean hasDownloads()
public int getWatchers()
public java.util.Set<GHUser> getCollaborators()
throws java.io.IOException
java.io.IOException
public void addCollaborators(GHUser... users)
throws java.io.IOException
java.io.IOException
public void addCollaborators(java.util.Collection<GHUser> users)
throws java.io.IOException
java.io.IOException
public void removeCollaborators(GHUser... users)
throws java.io.IOException
java.io.IOException
public void removeCollaborators(java.util.Collection<GHUser> users)
throws java.io.IOException
java.io.IOException
public void delete()
throws java.io.IOException
java.io.IOException
public GHRepository fork()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||