public interface RepositoryCreator
| Modifier and Type | Method and Description |
|---|---|
RepositoryInformation |
createRepository(int tenantId,
String baseUrl,
String userName,
String password)
Creates a repository for the tenant
|
RepositoryInformation createRepository(int tenantId, String baseUrl, String userName, String password) throws DeploymentSynchronizerException
tenantId - tenantIdbaseUrl - repository base urluserName - repository usernamepassword - repository passwordDeploymentSynchronizerException - in case of an errorCopyright © 2019 WSO2. All rights reserved.