Uses of Record Class
com.winchesters.devopsify.model.GithubCredentials
Packages that use GithubCredentials
Package
Description
-
Uses of GithubCredentials in com.winchesters.devopsify.model.entity
Constructors in com.winchesters.devopsify.model.entity with parameters of type GithubCredentialsModifierConstructorDescriptionUser(Long userId, String username, String email, String password, ApplicationUserRole role, GithubCredentials githubCredentials) -
Uses of GithubCredentials in com.winchesters.devopsify.service
Methods in com.winchesters.devopsify.service that return GithubCredentialsMethods in com.winchesters.devopsify.service with parameters of type GithubCredentialsModifier and TypeMethodDescriptionvoidUserService.updateGithubCredentials(GithubCredentials githubCredentials) -
Uses of GithubCredentials in com.winchesters.devopsify.service.technologies.git
Methods in com.winchesters.devopsify.service.technologies.git with parameters of type GithubCredentialsModifier and TypeMethodDescriptionvoidGitService.clone(GithubCredentials credentials, String remoteUrl, String localPath) voidGitServiceImpl.clone(GithubCredentials credentials, String remoteUrl, String localPath) 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) voidGitServiceImpl.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) voidGitService.syncLocalWithOriginMain(GithubCredentials githubCredentials, String path) voidGitServiceImpl.syncLocalWithOriginMain(GithubCredentials githubCredentials, String path) voidGitService.syncLocalWithRemote(GithubCredentials githubCredentials, String path, String remoteName, String remoteBranchName) voidGitServiceImpl.syncLocalWithRemote(GithubCredentials githubCredentials, String path, String remoteName, String remoteBranchName) -
Uses of GithubCredentials in com.winchesters.devopsify.service.technologies.github
Methods in com.winchesters.devopsify.service.technologies.github with parameters of type GithubCredentialsModifier and TypeMethodDescriptionorg.kohsuke.github.GitHubGithubService.connectToGithub(@NotNull GithubCredentials githubCredentials) initialize github and verify access tokenorg.kohsuke.github.GitHubGithubServiceImpl.connectToGithub(@NotNull GithubCredentials githubCredentials)