public class GitRepositoryContext extends Object
Constructor and Description |
---|
GitRepositoryContext() |
Modifier and Type | Method and Description |
---|---|
boolean |
cloneExists() |
org.eclipse.jgit.api.Git |
getGit() |
String |
getGitLocalRepoPath() |
String |
getGitRemoteRepoUrl() |
File |
getGitRepoDir() |
boolean |
getKeyBasedAuthentication() |
org.eclipse.jgit.lib.Repository |
getLocalRepo() |
RepositoryInformationServiceClient |
getRepoInfoServiceClient() |
int |
getTenantId() |
void |
setCloneExists(boolean cloneExists) |
void |
setGit(org.eclipse.jgit.api.Git git) |
void |
setGitLocalRepoPath(String gitLocalRepoPath) |
void |
setGitRemoteRepoUrl(String gitRemoteRepoUrl) |
void |
setGitRepoDir(File gitRepoDir) |
void |
setKeyBasedAuthentication(boolean keyBasedAuthentication) |
void |
setLocalRepo(org.eclipse.jgit.lib.Repository localRepo) |
void |
setRepoInfoServiceClient(RepositoryInformationServiceClient repoInfoServiceClient) |
void |
setTenantId(int tenantId) |
public String getGitRemoteRepoUrl()
public void setGitRemoteRepoUrl(String gitRemoteRepoUrl)
public String getGitLocalRepoPath()
public void setGitLocalRepoPath(String gitLocalRepoPath)
public org.eclipse.jgit.lib.Repository getLocalRepo()
public void setLocalRepo(org.eclipse.jgit.lib.Repository localRepo)
public org.eclipse.jgit.api.Git getGit()
public void setGit(org.eclipse.jgit.api.Git git)
public boolean cloneExists()
public void setCloneExists(boolean cloneExists)
public int getTenantId()
public void setTenantId(int tenantId)
public File getGitRepoDir()
public void setGitRepoDir(File gitRepoDir)
public RepositoryInformationServiceClient getRepoInfoServiceClient()
public void setRepoInfoServiceClient(RepositoryInformationServiceClient repoInfoServiceClient)
public boolean getKeyBasedAuthentication()
public void setKeyBasedAuthentication(boolean keyBasedAuthentication)
Copyright © 2022 WSO2. All rights reserved.