| java.lang.Object liquibase.ChangeSet
ChangeSet | public class ChangeSet (Code) | | Encapsulates a changeSet and all its associated changes.
|
Inner Class :public enum RunStatus | |
canRollBack | public boolean canRollBack()(Code) | | |
getChanges | public List<Change> getChanges()(Code) | | Returns an unmodifiable list of changes. To add one, use the addRefactoing method.
|
getPhysicalFilePath | public String getPhysicalFilePath()(Code) | | |
setFailOnError | public void setFailOnError(Boolean failOnError)(Code) | | |
shouldAlwaysRun | public boolean shouldAlwaysRun()(Code) | | |
shouldRunOnChange | public boolean shouldRunOnChange()(Code) | | |
|
|