Class TenantGitRepositoryContext
- java.lang.Object
-
- org.wso2.carbon.deployment.synchronizer.TenantRepositoryContext
-
- org.wso2.carbon.deployment.synchronizer.git.TenantGitRepositoryContext
-
public class TenantGitRepositoryContext extends org.wso2.carbon.deployment.synchronizer.TenantRepositoryContext
-
-
Constructor Summary
Constructors Constructor Description TenantGitRepositoryContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancloneExists()org.eclipse.jgit.api.GitgetGit()org.eclipse.jgit.lib.RepositorygetLocalRepo()StringgetLocalRepoPath()StringgetPassword()StringgetRemoteRepoUrl()intgetTenantId()StringgetUsername()booleaninitialArtifactsSynced()voidsetCloneExists(boolean cloneExists)voidsetGit(org.eclipse.jgit.api.Git git)voidsetInitialArtifactsSynced(boolean initialArtifactsSynced)voidsetLocalRepo(org.eclipse.jgit.lib.Repository localRepo)voidsetLocalRepoPath(String localRepoPath)voidsetPassword(String password)voidsetRemoteRepoUrl(String remoteRepoUrl)voidsetTenantId(int tenantId)voidsetUsername(String username)
-
-
-
Method Detail
-
getLocalRepoPath
public String getLocalRepoPath()
-
setLocalRepoPath
public void setLocalRepoPath(String localRepoPath)
-
getRemoteRepoUrl
public String getRemoteRepoUrl()
-
setRemoteRepoUrl
public void setRemoteRepoUrl(String remoteRepoUrl)
-
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)
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
initialArtifactsSynced
public boolean initialArtifactsSynced()
-
setInitialArtifactsSynced
public void setInitialArtifactsSynced(boolean initialArtifactsSynced)
-
-