Interface RepositoryCreator
public interface RepositoryCreator
-
Method Summary
Modifier and TypeMethodDescriptioncreateRepository(int tenantId, String baseUrl, String userName, String password) Creates a repository for the tenant
-
Method Details
-
createRepository
RepositoryInformation createRepository(int tenantId, String baseUrl, String userName, String password) throws DeploymentSynchronizerException Creates a repository for the tenant- Parameters:
tenantId- tenantIdbaseUrl- repository base urluserName- repository usernamepassword- repository password- Returns:
- RepositoryInformation instance populated with created repository URL
- Throws:
DeploymentSynchronizerException- in case of an error
-