Uses of Class
org.wso2.carbon.deployment.synchronizer.git.TenantGitRepositoryContext
Packages that use TenantGitRepositoryContext
-
Uses of TenantGitRepositoryContext in org.wso2.carbon.deployment.synchronizer.git
Methods in org.wso2.carbon.deployment.synchronizer.git that return TenantGitRepositoryContextModifier and TypeMethodDescriptionTenantGitRepositoryContextCache.retrieveCachedTenantGitContext(int tenantId) Retrieve the cached TenantGitRepositoryContext instance for a tenantMethods in org.wso2.carbon.deployment.synchronizer.git with parameters of type TenantGitRepositoryContextModifier and TypeMethodDescriptionvoidTenantGitRepositoryContextCache.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