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 TypeClassDescriptionclassclassclass -
Uses of GitException in com.winchesters.devopsify.service.technologies.git
Methods in com.winchesters.devopsify.service.technologies.git that throw GitExceptionModifier and TypeMethodDescriptionvoidGitService.clone(GithubCredentials credentials, String remoteUrl, String localPath) voidGitService.initializeRepository(String path) voidGitServiceImpl.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) voidGitService.pull(GithubCredentials credentials, String path, String remoteRepoName, String remoteBranchName) voidGitService.pullOriginMain(GithubCredentials credentials, String path) voidGitServiceImpl.pullOriginMain(GithubCredentials credentials, String path) voidGitService.push(GithubCredentials credentials, String path, String remoteRepoName, String remoteBranchName) voidGitServiceImpl.push(GithubCredentials credentials, String path, String remoteRepoName, String remoteBranchName) voidGitService.pushOriginMain(GithubCredentials credentials, String path) voidGitServiceImpl.pushOriginMain(GithubCredentials credentials, String path)