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 TypeMethodDescriptionvoid
UserService.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 TypeMethodDescriptionvoid
GitService.clone
(GithubCredentials credentials, String remoteUrl, String localPath) void
GitServiceImpl.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) void
GitService.pull
(GithubCredentials credentials, String path, String remoteRepoName, String remoteBranchName) void
GitServiceImpl.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) void
GitService.syncLocalWithOriginMain
(GithubCredentials githubCredentials, String path) void
GitServiceImpl.syncLocalWithOriginMain
(GithubCredentials githubCredentials, String path) void
GitService.syncLocalWithRemote
(GithubCredentials githubCredentials, String path, String remoteName, String remoteBranchName) void
GitServiceImpl.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.GitHub
GithubService.connectToGithub
(@NotNull GithubCredentials githubCredentials) initialize github and verify access tokenorg.kohsuke.github.GitHub
GithubServiceImpl.connectToGithub
(@NotNull GithubCredentials githubCredentials)