public abstract class AbstractMigrationStep<A> extends Object implements MigrationStep<A>
| Constructor and Description |
|---|
AbstractMigrationStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
abstract Optional<MigrationStepReport> |
migrate(A artifact) |
public abstract Optional<MigrationStepReport> migrate(A artifact) throws Exception
migrate in interface MigrationStep<A>Exceptionpublic String getErrorMessage()
getErrorMessage in interface MigrationStep<A>Copyright © 2021. All rights reserved.