Uses of Class
io.meeds.gamification.github.model.RemoteRepository
Packages that use RemoteRepository
Package
Description
-
Uses of RemoteRepository in io.meeds.gamification.github.services
Methods in io.meeds.gamification.github.services that return types with arguments of type RemoteRepositoryModifier and TypeMethodDescriptionGithubConsumerService.retrieveOrganizationRepos(WebHook webHook, int page, int perPage, String keyword) Retrieve available github organization repositories.WebhookService.retrieveOrganizationRepos(long organizationRemoteId, String currentUser, int page, int perPage, String keyword) Retrieve available github organization repositories. -
Uses of RemoteRepository in io.meeds.gamification.github.services.impl
Methods in io.meeds.gamification.github.services.impl that return types with arguments of type RemoteRepositoryModifier and TypeMethodDescriptionGithubConsumerServiceImpl.retrieveOrganizationRepos(WebHook webHook, int page, int perPage, String keyword) WebhookServiceImpl.retrieveOrganizationRepos(long organizationRemoteId, String currentUser, int page, int perPage, String keyword) -
Uses of RemoteRepository in io.meeds.gamification.github.storage
Methods in io.meeds.gamification.github.storage that return types with arguments of type RemoteRepositoryModifier and TypeMethodDescriptionGithubConsumerStorage.retrieveOrganizationRepos(String organization, String accessToken, int page, int perPage, String keyword) -
Uses of RemoteRepository in io.meeds.gamification.github.storage.cached
Methods in io.meeds.gamification.github.storage.cached that return types with arguments of type RemoteRepositoryModifier and TypeMethodDescriptionGithubConsumerCachedStorage.retrieveOrganizationRepos(String organizationName, String accessToken, int page, int perPage, String keyword)