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 RepositoryInformation
RepositoryCreator. createRepository(int tenantId, String baseUrl, String userName, String password)
Creates a repository for the tenantabstract RepositoryInformation
RepositoryManager. getCredentialsInformation(int tenantId)
Returns a RepositoryInformation instance populated with repository credentials for a tenantabstract RepositoryInformation
RepositoryManager. getUrlInformation(int tenantId)
Returns a RepositoryInformation instance populated with repository url for a tenant
-