- getApplied() - Method in class net.ozwolf.mongo.migrations.MongoTrekState
-
Get the list of successfully applied migrations
- getCurrentVersion() - Method in class net.ozwolf.mongo.migrations.MongoTrekState
-
Get the currently applied migration version.
- getFailed() - Method in class net.ozwolf.mongo.migrations.MongoTrekState
-
Get the list of migrations that have failed.
- getLastPendingVersion() - Method in class net.ozwolf.mongo.migrations.MongoTrekState.Pending
-
The last migration version to be applied
- getMigrations() - Method in class net.ozwolf.mongo.migrations.MongoTrekState
-
Get the full list of migrations.
- getMigrations() - Method in class net.ozwolf.mongo.migrations.MongoTrekState.Pending
-
The list of pending migrations
- getNextPendingVersion() - Method in class net.ozwolf.mongo.migrations.MongoTrekState.Pending
-
The next migration version to be applied
- getPending() - Method in class net.ozwolf.mongo.migrations.MongoTrekState
-
Return the pending migrations state.