Package ca.uhn.fhir.jpa.migrate
Class MigrationTaskList
java.lang.Object
ca.uhn.fhir.jpa.migrate.MigrationTaskList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddAll(Collection<BaseTask> theTasks) voidvoidclear()voiditerator()voidsetDoNothingOnSkippedTasks(String theSkipVersions) intsize()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
spliterator
-
Constructor Details
-
MigrationTaskList
public MigrationTaskList() -
MigrationTaskList
-
-
Method Details
-
addAll
-
setDoNothingOnSkippedTasks
-
size
-
diff
public MigrationTaskList diff(Set<org.flywaydb.core.api.MigrationVersion> theAppliedMigrationVersions) -
append
-
add
-
clear
-
iterator
-
forEach
-
getLastVersion
-