Uses of Class
com.winchesters.devopsify.exception.git.GitException
Packages that use GitException
Package
Description
-
Uses of GitException in com.winchesters.devopsify.controller.git
Methods in com.winchesters.devopsify.controller.git with parameters of type GitExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ErrorResponseDto>
GitControllerAdvice.handleGitException
(int statusCode, GitException exception) org.springframework.http.ResponseEntity<ErrorResponseDto>
GitControllerAdvice.handleGitException
(GitException exception) -
Uses of GitException in com.winchesters.devopsify.exception.git
Subclasses of GitException in com.winchesters.devopsify.exception.gitModifier and TypeClassDescriptionclass
class
class
-
Uses of GitException in com.winchesters.devopsify.service.technologies.git
Methods in com.winchesters.devopsify.service.technologies.git that throw GitExceptionModifier and TypeMethodDescriptionvoid
GitService.clone
(GithubCredentials credentials, String remoteUrl, String localPath) void
GitService.initializeRepository
(String path) void
GitServiceImpl.initializeRepository
(String path) GitService.localAndOriginMainInSync
(GithubCredentials githubCredentials, String localRepoPath) GitServiceImpl.localAndOriginMainInSync
(GithubCredentials githubCredentials, String localRepoPath) GitService.localAndRemoteInSync
(GithubCredentials githubCredentials, String localRepoPath, String remoteName, String remoteBranchName) GitServiceImpl.localAndRemoteInSync
(GithubCredentials githubCredentials, String localRepoPath, String remoteName, String remoteBranchName) void
GitService.pull
(GithubCredentials credentials, String path, String remoteRepoName, String remoteBranchName) void
GitService.pullOriginMain
(GithubCredentials credentials, String path) void
GitServiceImpl.pullOriginMain
(GithubCredentials credentials, String path) void
GitService.push
(GithubCredentials credentials, String path, String remoteRepoName, String remoteBranchName) void
GitServiceImpl.push
(GithubCredentials credentials, String path, String remoteRepoName, String remoteBranchName) void
GitService.pushOriginMain
(GithubCredentials credentials, String path) void
GitServiceImpl.pushOriginMain
(GithubCredentials credentials, String path)