Uses of Class
org.springframework.social.github.api.GitHubHook
-
Packages that use GitHubHook 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 GitHubHook in org.springframework.social.github.api
Methods in org.springframework.social.github.api that return types with arguments of type GitHubHook Modifier and Type Method Description List<GitHubHook>RepoOperations. getHooks(String user, String repo)Authorized operation to return a list of hooks for the given repository. -
Uses of GitHubHook in org.springframework.social.github.api.impl
Methods in org.springframework.social.github.api.impl that return types with arguments of type GitHubHook Modifier and Type Method Description List<GitHubHook>RepoTemplate. getHooks(String user, String repo)
-