| Package | Description |
|---|---|
| net.ozwolf.mongo.migrations.internal.domain |
| Modifier and Type | Method and Description |
|---|---|
MigrationStatus |
Migration.getStatus() |
static MigrationStatus |
MigrationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationStatus[] |
MigrationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Migration(String version,
String description,
String author,
Instant started,
Instant finished,
MigrationStatus status,
String failureMessage,
Map<String,Object> result) |
Copyright © 2020. All rights reserved.