Uses of Class
org.springframework.social.github.api.GitHubCommit
-
Packages that use GitHubCommit 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 GitHubCommit in org.springframework.social.github.api
Methods in org.springframework.social.github.api that return GitHubCommit Modifier and Type Method Description GitHubCommitGitHubCommit. getCommit()Methods in org.springframework.social.github.api that return types with arguments of type GitHubCommit Modifier and Type Method Description List<GitHubCommit>RepoOperations. getCommits(String user, String repo)Public operation to return a list of commits for the given repository.Methods in org.springframework.social.github.api with parameters of type GitHubCommit Modifier and Type Method Description voidGitHubCommit. setCommit(GitHubCommit commit) -
Uses of GitHubCommit in org.springframework.social.github.api.impl
Methods in org.springframework.social.github.api.impl that return types with arguments of type GitHubCommit Modifier and Type Method Description List<GitHubCommit>RepoTemplate. getCommits(String user, String repo)
-