Uses of Interface
org.springframework.social.github.api.RepoOperations
-
Packages that use RepoOperations 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 RepoOperations in org.springframework.social.github.api
Methods in org.springframework.social.github.api that return RepoOperations Modifier and Type Method Description RepoOperationsGitHub. repoOperations()Returns the portion of the GitHub API containing the repo operations. -
Uses of RepoOperations in org.springframework.social.github.api.impl
Classes in org.springframework.social.github.api.impl that implement RepoOperations Modifier and Type Class Description classRepoTemplateRepository template implementation.Methods in org.springframework.social.github.api.impl that return RepoOperations Modifier and Type Method Description RepoOperationsGitHubTemplate. repoOperations()
-