Uses of Class
org.kohsuke.github.GHRepository

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, GHTeam team, boolean isPublic)
           
 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 GHMilestone.getOwner()
           
 GHRepository GHBranch.getOwner()
          Repository that this branch is in.
 GHRepository GHEventInfo.getRepository()
          Repository where the change was made.
 GHRepository GHIssue.getRepository()
          Repository to which the issue belongs.
 GHRepository GHCommitPointer.getRepository()
          The repository that contains the commit.
 GHRepository GHPerson.getRepository(String name)
           
 GHRepository GitHub.getRepository(String name)
          Gets the repository object from 'user/reponame' string that GitHub calls as "repository name"
 GHRepository GHOrganization.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)
           
 GHMilestone GHMilestone.wrap(GHRepository repo)
           
 

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.
 



Copyright © 2012. All Rights Reserved.