Uses of Class
edu.sustech.search.engine.github.models.repository.Repository
Packages that use Repository
Package
Description
-
Uses of Repository in edu.sustech.search.engine.github.API
Methods in edu.sustech.search.engine.github.API that return RepositoryModifier and TypeMethodDescriptionRepositoryAPI.getRepository
(String repoFullName) RepositoryAPI.getRepository
(URI uri) Methods in edu.sustech.search.engine.github.API that return types with arguments of type RepositoryModifier and TypeMethodDescriptionUserAPI.getStarredRepo
(User user) UserAPI.getStarredRepo
(String username) UserAPI.getStarredRepo
(URI uri) Methods in edu.sustech.search.engine.github.API with parameters of type RepositoryModifier and TypeMethodDescriptionContentAPI.getContentRaw
(Repository repo, String path) RepositoryAPI.getContributors
(Repository r) RepositoryAPI.getStarGazers
(Repository r) -
Uses of Repository in edu.sustech.search.engine.github.models.code
Methods in edu.sustech.search.engine.github.models.code that return RepositoryMethods in edu.sustech.search.engine.github.models.code with parameters of type RepositoryModifier and TypeMethodDescriptionvoid
CodeItem.setRepository
(Repository repository) Minimal Repository -
Uses of Repository in edu.sustech.search.engine.github.models.commit
Methods in edu.sustech.search.engine.github.models.commit that return RepositoryMethods in edu.sustech.search.engine.github.models.commit with parameters of type RepositoryModifier and TypeMethodDescriptionvoid
CommitItem.setRepository
(Repository repository) Minimal Repository -
Uses of Repository in edu.sustech.search.engine.github.models.issue
Methods in edu.sustech.search.engine.github.models.issue that return RepositoryMethods in edu.sustech.search.engine.github.models.issue with parameters of type Repository -
Uses of Repository in edu.sustech.search.engine.github.models.repository
Methods in edu.sustech.search.engine.github.models.repository that return types with arguments of type RepositoryModifier and TypeMethodDescriptionRepositoryResult.getItems()
(Required)RepositoryResult.iterator()
Method parameters in edu.sustech.search.engine.github.models.repository with type arguments of type RepositoryModifier and TypeMethodDescriptionvoid
RepositoryResult.setItems
(List<Repository> repositories) (Required)