Class ChangesetsRolledback
java.lang.Object
liquibase.logging.mdc.customobjects.ChangesetsRolledback
- All Implemented Interfaces:
CustomMdcObject
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionConstructor for service locator.ChangesetsRolledback
(List<ChangesetsRolledback.ChangeSet> changeSets) -
Method Summary
Modifier and TypeMethodDescriptionstatic ChangesetsRolledback
fromChangesetList
(List<ChangeSet> changeSets) Generate aChangesetsRolledback
object from a list ofChangeSet
s.
-
Constructor Details
-
ChangesetsRolledback
public ChangesetsRolledback()Constructor for service locator. -
ChangesetsRolledback
-
-
Method Details
-
fromChangesetList
Generate aChangesetsRolledback
object from a list ofChangeSet
s.
-