public class TenantGitRepositoryContext
extends org.wso2.carbon.deployment.synchronizer.TenantRepositoryContext
Constructor and Description |
---|
TenantGitRepositoryContext() |
Modifier and Type | Method and Description |
---|---|
boolean |
cloneExists() |
org.eclipse.jgit.api.Git |
getGit() |
org.eclipse.jgit.lib.Repository |
getLocalRepo() |
String |
getLocalRepoPath() |
String |
getPassword() |
String |
getRemoteRepoUrl() |
int |
getTenantId() |
String |
getUsername() |
boolean |
initialArtifactsSynced() |
void |
setCloneExists(boolean cloneExists) |
void |
setGit(org.eclipse.jgit.api.Git git) |
void |
setInitialArtifactsSynced(boolean initialArtifactsSynced) |
void |
setLocalRepo(org.eclipse.jgit.lib.Repository localRepo) |
void |
setLocalRepoPath(String localRepoPath) |
void |
setPassword(String password) |
void |
setRemoteRepoUrl(String remoteRepoUrl) |
void |
setTenantId(int tenantId) |
void |
setUsername(String username) |
public String getLocalRepoPath()
public void setLocalRepoPath(String localRepoPath)
public String getRemoteRepoUrl()
public void setRemoteRepoUrl(String remoteRepoUrl)
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 String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public boolean initialArtifactsSynced()
public void setInitialArtifactsSynced(boolean initialArtifactsSynced)
Copyright © 2020 WSO2. All rights reserved.