Class GitRepositoryContext


  • public class GitRepositoryContext
    extends Object
    Git Repository Context class. Keeps track of git configurations per tenant.
    • Constructor Detail

      • GitRepositoryContext

        public GitRepositoryContext()
    • Method Detail

      • getGitRemoteRepoUrl

        public String getGitRemoteRepoUrl()
      • setGitRemoteRepoUrl

        public void setGitRemoteRepoUrl​(String gitRemoteRepoUrl)
      • getGitLocalRepoPath

        public String getGitLocalRepoPath()
      • setGitLocalRepoPath

        public void setGitLocalRepoPath​(String gitLocalRepoPath)
      • getLocalRepo

        public org.eclipse.jgit.lib.Repository getLocalRepo()
      • setLocalRepo

        public void setLocalRepo​(org.eclipse.jgit.lib.Repository localRepo)
      • getGit

        public org.eclipse.jgit.api.Git getGit()
      • setGit

        public void setGit​(org.eclipse.jgit.api.Git git)
      • cloneExists

        public boolean cloneExists()
      • setCloneExists

        public void setCloneExists​(boolean cloneExists)
      • getTenantId

        public int getTenantId()
      • setTenantId

        public void setTenantId​(int tenantId)
      • getGitRepoDir

        public File getGitRepoDir()
      • setGitRepoDir

        public void setGitRepoDir​(File gitRepoDir)
      • getKeyBasedAuthentication

        public boolean getKeyBasedAuthentication()
      • setKeyBasedAuthentication

        public void setKeyBasedAuthentication​(boolean keyBasedAuthentication)