public class Migration<A extends DesignerArtifact> extends Object
| Constructor and Description |
|---|
Migration(String newArtifactVersion,
MigrationStep<A>... migrationSteps)
Associate one or more migration steps to a given artifact version.
|
public Migration(String newArtifactVersion, MigrationStep<A>... migrationSteps)
newArtifactVersion - Latest artifact version that does need migration (can be UI designer version or model version)migrationSteps - The migration steps that need to be executedpublic List<MigrationStepReport> migrate(A artifact)
Copyright © 2021. All rights reserved.