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 TenantGitRepositoryContextTenantGitRepositoryContextCache. 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 voidTenantGitRepositoryContextCache. cacheTenantGitRepoContext(int tenantId, TenantGitRepositoryContext gitRepoCtx)Caches the TenantGitRepositoryContext instance for the tenantvoidTenantGitRepositoryContextCache. updateTenantGitRepositoryContext(int tenantId, TenantGitRepositoryContext gitRepoCtx)Update the cached TenantGitRepositoryContext instance for a tenant
-