| Class | Description | 
|---|---|
| ScmSyncConfigurationXStreamConverter | 
 XStream converter for ScmSyncConfigurationPlugin XStream data
 Allows to provide API to migrate from one version to another of persisted scm sync configuration data
 When creating a new migrator you must :
 - Create a new package hudson.plugins.scm_sync_configuration.xstream.migration.v[X]
 - Inside this package, copy/paste every classes located in hudson.plugins.scm_sync_configuration.xstream.migration.v[X-1]
 - Rename every *V[X-1]* POJOs to *V[X]* POJO
 - Eventually, change attributes in V[X]ScmSyncConfigurationPOJO (for example, if additionnal attribute has appeared)
 - Provide implementation for V[X]Migrator.migrate() algorithm
 - If parsing algorithm has changed, update V[X]Migrator.readScmSyncConfigurationPOJO with the new algorithm (if, for example, new root 
 elements has appeared in XStream file)
 - Update ScmSyncConfigurationXStreamConverter.MIGRATORS with new provided class 
 | 
Copyright © 2004-2016. All Rights Reserved.