Uses of Class
org.wso2.carbon.deployment.synchronizer.RepositoryInformation
-
Packages that use RepositoryInformation Package Description org.wso2.carbon.deployment.synchronizer -
-
Uses of RepositoryInformation in org.wso2.carbon.deployment.synchronizer
Methods in org.wso2.carbon.deployment.synchronizer that return RepositoryInformation Modifier and Type Method Description RepositoryInformationRepositoryCreator. createRepository(int tenantId, String baseUrl, String userName, String password)Creates a repository for the tenantabstract RepositoryInformationRepositoryManager. getCredentialsInformation(int tenantId)Returns a RepositoryInformation instance populated with repository credentials for a tenantabstract RepositoryInformationRepositoryManager. getUrlInformation(int tenantId)Returns a RepositoryInformation instance populated with repository url for a tenant
-