public class MigrationFeature extends Object implements RunnerFeature
| Modifier and Type | Field and Description |
|---|---|
protected static String[] |
KEYS |
protected Set<String> |
migrationIds |
| Constructor and Description |
|---|
MigrationFeature() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTeardown(FeaturesRunner runner)
After the call of the @After methods
|
void |
changeStatus(String migrationId,
String state) |
protected static KeyValueStore |
getKeyValueStore() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterMethodRun, afterRun, beforeMethodRun, beforeRun, beforeSetup, configure, initialize, start, stop, testCreatedprotected final Set<String> migrationIds
public MigrationFeature()
public void afterTeardown(FeaturesRunner runner)
RunnerFeatureafterTeardown in interface RunnerFeaturepublic void changeStatus(String migrationId, String state)
protected static KeyValueStore getKeyValueStore()
Copyright © 2019 Nuxeo. All rights reserved.