Uses of Class
org.springframework.social.github.api.GitHubRepo
-
Packages that use GitHubRepo Package Description org.springframework.social.github.api Spring Social's Service API for GitHuborg.springframework.social.github.api.impl Implementation of Spring Social's Service API for GitHub -
-
Uses of GitHubRepo in org.springframework.social.github.api
Methods in org.springframework.social.github.api that return GitHubRepo Modifier and Type Method Description GitHubRepoRepoOperations. getRepo(String user, String repo)Public operation to return a repo.Methods in org.springframework.social.github.api that return types with arguments of type GitHubRepo Modifier and Type Method Description List<GitHubRepo>RepoOperations. getForks(String user, String repo)Public operation to return the forks for the given repository. -
Uses of GitHubRepo in org.springframework.social.github.api.impl
Methods in org.springframework.social.github.api.impl that return GitHubRepo Modifier and Type Method Description GitHubRepoRepoTemplate. getRepo(String user, String repo)Methods in org.springframework.social.github.api.impl that return types with arguments of type GitHubRepo Modifier and Type Method Description List<GitHubRepo>RepoTemplate. getForks(String user, String repo)
-