Uses of Class
br.com.davinti.vitruvio.spi.integracao.git.GitContentConfig
Packages that use GitContentConfig
-
Uses of GitContentConfig in br.com.davinti.vitruvio.spi.integracao.git
Methods in br.com.davinti.vitruvio.spi.integracao.git with parameters of type GitContentConfigModifier and TypeMethodDescriptionvoidGitContentRepository.cloneRepo(GitContentConfig config, GitRepoConfig repo) voidGitContentRepositoryImpl.cloneRepo(GitContentConfig config, GitRepoConfig repo) booleanGitContentRepository.hasNewCommits(GitContentConfig config, GitRepoConfig repo, String lastKnownSha) booleanGitContentRepositoryImpl.hasNewCommits(GitContentConfig config, GitRepoConfig repo, String lastKnownSha) voidGitContentRepository.pull(GitContentConfig config, GitRepoConfig repo) voidGitContentRepositoryImpl.pull(GitContentConfig config, GitRepoConfig repo)