Uses of Class
net.ozwolf.mongo.migrations.internal.domain.MigrationStatus
-
Packages that use MigrationStatus Package Description net.ozwolf.mongo.migrations.internal.domain -
-
Uses of MigrationStatus in net.ozwolf.mongo.migrations.internal.domain
Methods in net.ozwolf.mongo.migrations.internal.domain that return MigrationStatus Modifier and Type Method Description MigrationStatusMigration. getStatus()static MigrationStatusMigrationStatus. 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.Constructors in net.ozwolf.mongo.migrations.internal.domain with parameters of type MigrationStatus Constructor Description Migration(String version, String description, String author, Instant started, Instant finished, MigrationStatus status, String failureMessage, Map<String,Object> result)
-