Uses of Class
org.wso2.carbon.deployment.synchronizer.git.TenantGitRepositoryContext

Packages that use TenantGitRepositoryContext
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
 TenantGitRepositoryContext TenantGitRepositoryContextCache.retrieveCachedTenantGitContext(int tenantId)
          Retrieve the cached TenantGitRepositoryContext instance for a tenant
 

Methods in org.wso2.carbon.deployment.synchronizer.git with parameters of type TenantGitRepositoryContext
 void TenantGitRepositoryContextCache.cacheTenantGitRepoContext(int tenantId, TenantGitRepositoryContext gitRepoCtx)
          Caches the TenantGitRepositoryContext instance for the tenant
 void TenantGitRepositoryContextCache.updateTenantGitRepositoryContext(int tenantId, TenantGitRepositoryContext gitRepoCtx)
          Update the cached TenantGitRepositoryContext instance for a tenant
 



Copyright © 2015 WSO2. All rights reserved.