Uses of Class
org.wso2.carbon.deployment.synchronizer.git.TenantGitRepositoryContext
-
Packages that use TenantGitRepositoryContext Package Description org.wso2.carbon.deployment.synchronizer.git -
-
Uses of TenantGitRepositoryContext in org.wso2.carbon.deployment.synchronizer.git
Methods in org.wso2.carbon.deployment.synchronizer.git that return TenantGitRepositoryContext Modifier and Type Method Description TenantGitRepositoryContext
TenantGitRepositoryContextCache. retrieveCachedTenantGitContext(int tenantId)
Retrieve the cached TenantGitRepositoryContext instance for a tenantMethods in org.wso2.carbon.deployment.synchronizer.git with parameters of type TenantGitRepositoryContext Modifier and Type Method Description void
TenantGitRepositoryContextCache. cacheTenantGitRepoContext(int tenantId, TenantGitRepositoryContext gitRepoCtx)
Caches the TenantGitRepositoryContext instance for the tenantvoid
TenantGitRepositoryContextCache. updateTenantGitRepositoryContext(int tenantId, TenantGitRepositoryContext gitRepoCtx)
Update the cached TenantGitRepositoryContext instance for a tenant
-