|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of GHRepository in org.kohsuke.github |
|---|
| Methods in org.kohsuke.github that return GHRepository | |
|---|---|
GHRepository |
GitHub.createRepository(String name,
String description,
String homepage,
boolean isPublic)
Creates a new repository. |
GHRepository |
GHOrganization.createRepository(String name,
String description,
String homepage,
String team,
boolean isPublic)
Creates a new repository. |
GHRepository |
GHRepository.fork()
Forks this repository as your repository. |
GHRepository |
GHRepository.forkTo(GHOrganization org)
Forks this repository into an organization. |
GHRepository |
GHIssue.getRepository()
Repository to which the issue belongs. |
GHRepository |
GHCommitPointer.getRepository()
The repository that contains the commit. |
GHRepository |
GHPerson.getRepository(String name)
|
| Methods in org.kohsuke.github that return types with arguments of type GHRepository | |
|---|---|
Map<String,GHRepository> |
GHPerson.getRepositories()
Gets the repositories this user owns. |
Map<String,GHRepository> |
GHTeam.getRepositories()
|
List<GHRepository> |
GHOrganization.getRepositoriesWithOpenPullRequests()
List up repositories that has some open pull requests. |
| Methods in org.kohsuke.github with parameters of type GHRepository | |
|---|---|
void |
GHTeam.add(GHRepository r)
|
GHTeam |
GHOrganization.createTeam(String name,
GHOrganization.Permission p,
GHRepository... repositories)
|
void |
GHTeam.remove(GHRepository r)
|
| Method parameters in org.kohsuke.github with type arguments of type GHRepository | |
|---|---|
GHTeam |
GHOrganization.createTeam(String name,
GHOrganization.Permission p,
Collection<GHRepository> repositories)
Creates a new team and assigns the repositories. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||