public interface RepositoryConfigurationMigrator
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(com.atlassian.user.configuration.RepositoryConfiguration repositoryConfiguration)
Return true if this migrator is able to migrate the configuration supplied by the passed in configuration.
|
void |
migrate(com.atlassian.user.configuration.RepositoryConfiguration repositoryConfiguration)
Migrate the passed in configuration.
|
List<String> |
validate(com.atlassian.user.configuration.RepositoryConfiguration repositoryConfiguration)
Validates that the passed in configuration can be migrated.
|
List<String> validate(com.atlassian.user.configuration.RepositoryConfiguration repositoryConfiguration) throws AtlassianUserMigrationException
repositoryConfiguration - the configuration to validateAtlassianUserMigrationException - if the repository configuration is unable to be upgraded due to being incomplete or malformedvoid migrate(com.atlassian.user.configuration.RepositoryConfiguration repositoryConfiguration)
throws AtlassianUserMigrationException
CrowdDirectoryService.addDirectory(com.atlassian.crowd.embedded.api.Directory).repositoryConfiguration - the configuration to migrateAtlassianUserMigrationException - if the repository configuration is unable to be upgraded due to being incomplete or malformedboolean matches(com.atlassian.user.configuration.RepositoryConfiguration repositoryConfiguration)
repositoryConfiguration - the configuration to migrateCopyright © 2003–2015 Atlassian. All rights reserved.