Uses of Class
liquibase.changelog.RanChangeSet
-
Packages that use RanChangeSet Package Description liquibase Liquibase top level namespace package.liquibase.changelog liquibase.changelog.filter liquibase.changelog.visitor liquibase.command.core liquibase.database liquibase.database.core liquibase.logging.mdc.customobjects liquibase.util -
-
Uses of RanChangeSet in liquibase
Methods in liquibase that return types with arguments of type RanChangeSet Modifier and Type Method Description Collection<RanChangeSet>Liquibase. listUnexpectedChangeSets(String contexts)Deprecated.Collection<RanChangeSet>Liquibase. listUnexpectedChangeSets(Contexts contexts, LabelExpression labelExpression)Deprecated. -
Uses of RanChangeSet in liquibase.changelog
Fields in liquibase.changelog with type parameters of type RanChangeSet Modifier and Type Field Description List<RanChangeSet>MockChangeLogHistoryService. ranChangeSetsMethods in liquibase.changelog that return RanChangeSet Modifier and Type Method Description RanChangeSetAbstractChangeLogHistoryService. getRanChangeSet(ChangeSet changeSet)RanChangeSetChangeLogHistoryService. getRanChangeSet(ChangeSet changeSet)RanChangeSetChangeSetStatus. getRanChangeSet()RanChangeSetMockChangeLogHistoryService. getRanChangeSet(ChangeSet changeSet)RanChangeSetStandardChangeLogHistoryService. getRanChangeSet(ChangeSet changeSet)Methods in liquibase.changelog that return types with arguments of type RanChangeSet Modifier and Type Method Description List<RanChangeSet>ChangeLogHistoryService. getRanChangeSets()default List<RanChangeSet>ChangeLogHistoryService. getRanChangeSets(boolean allowChecksumsUpgrade)Deprecated.useChangeLogHistoryService.getRanChangeSets()insteadList<RanChangeSet>MockChangeLogHistoryService. getRanChangeSets()List<RanChangeSet>MockChangeLogHistoryService. getRanChangeSets(boolean a)List<RanChangeSet>OfflineChangeLogHistoryService. getRanChangeSets()List<RanChangeSet>StandardChangeLogHistoryService. getRanChangeSets()Returns the ChangeSets that have been run against the current getDatabase().Methods in liquibase.changelog with parameters of type RanChangeSet Modifier and Type Method Description ChangeSetDatabaseChangeLog. getChangeSet(RanChangeSet ranChangeSet)List<ChangeSet>DatabaseChangeLog. getChangeSets(RanChangeSet ranChangeSet)voidChangeSetStatus. setRanChangeSet(RanChangeSet ranChangeSet)Constructor parameters in liquibase.changelog with type arguments of type RanChangeSet Constructor Description ChangeLogIterator(List<RanChangeSet> changeSetList, DatabaseChangeLog changeLog, List<ChangeSetFilter> changeSetFilters)ChangeLogIterator(List<RanChangeSet> changeSetList, DatabaseChangeLog changeLog, ChangeSetFilter... changeSetFilters) -
Uses of RanChangeSet in liquibase.changelog.filter
Fields in liquibase.changelog.filter with type parameters of type RanChangeSet Modifier and Type Field Description List<RanChangeSet>NotRanChangeSetFilter. ranChangeSetsList<RanChangeSet>RanChangeSetFilter. ranChangeSetsMethods in liquibase.changelog.filter that return RanChangeSet Modifier and Type Method Description RanChangeSetRanChangeSetFilter. getRanChangeSet(ChangeSet changeSet)Methods in liquibase.changelog.filter with parameters of type RanChangeSet Modifier and Type Method Description protected booleanShouldRunChangeSetFilter. checksumChanged(ChangeSet changeSet, RanChangeSet ranChangeSet)Constructor parameters in liquibase.changelog.filter with type arguments of type RanChangeSet Constructor Description ActuallyExecutedChangeSetFilter(List<RanChangeSet> ranChangeSets)AfterTagChangeSetFilter(String tag, List<RanChangeSet> ranChangeSets, TagVersionEnum tagVersion)AlreadyRanChangeSetFilter(List<RanChangeSet> ranChangeSets)ExecutedAfterChangeSetFilter(Date date, List<RanChangeSet> ranChangeSets)NotRanChangeSetFilter(List<RanChangeSet> ranChangeSets)RanChangeSetFilter(List<RanChangeSet> ranChangeSets)UpToTagChangeSetFilter(String tag, List<RanChangeSet> ranChangeSets) -
Uses of RanChangeSet in liquibase.changelog.visitor
Methods in liquibase.changelog.visitor that return types with arguments of type RanChangeSet Modifier and Type Method Description Collection<RanChangeSet>ExpectedChangesVisitor. getUnexpectedChangeSets()Constructor parameters in liquibase.changelog.visitor with type arguments of type RanChangeSet Constructor Description ExpectedChangesVisitor(List<RanChangeSet> ranChangeSetList)ValidatingVisitor(List<RanChangeSet> ranChangeSets) -
Uses of RanChangeSet in liquibase.command.core
Methods in liquibase.command.core that return types with arguments of type RanChangeSet Modifier and Type Method Description static Collection<RanChangeSet>UnexpectedChangesetsCommandStep. listUnexpectedChangeSets(Database database, DatabaseChangeLog changeLog, Contexts contexts, LabelExpression labelExpression)Methods in liquibase.command.core with parameters of type RanChangeSet Modifier and Type Method Description voidInternalHistoryCommandStep.LegacyDeploymentDetails. addChangeSet(RanChangeSet changeSet)voidInternalHistoryCommandStep.TabularDeploymentDetails. addChangeSet(RanChangeSet changeSet)Method parameters in liquibase.command.core with type arguments of type RanChangeSet Modifier and Type Method Description protected voidAbstractRollbackCommandStep. doRollback(CommandResultsBuilder resultsBuilder, List<RanChangeSet> ranChangeSetList, ChangeSetFilter changeSetFilter) -
Uses of RanChangeSet in liquibase.database
Methods in liquibase.database that return RanChangeSet Modifier and Type Method Description RanChangeSetAbstractJdbcDatabase. getRanChangeSet(ChangeSet changeSet)RanChangeSetDatabase. getRanChangeSet(ChangeSet changeSet)Methods in liquibase.database that return types with arguments of type RanChangeSet Modifier and Type Method Description List<RanChangeSet>AbstractJdbcDatabase. getRanChangeSetList()List<RanChangeSet>Database. getRanChangeSetList()Returns the ChangeSets that have been run against the current database. -
Uses of RanChangeSet in liquibase.database.core
Methods in liquibase.database.core that return RanChangeSet Modifier and Type Method Description RanChangeSetMockDatabase. getRanChangeSet(ChangeSet changeSet)Methods in liquibase.database.core that return types with arguments of type RanChangeSet Modifier and Type Method Description List<RanChangeSet>MockDatabase. getRanChangeSetList() -
Uses of RanChangeSet in liquibase.logging.mdc.customobjects
Constructors in liquibase.logging.mdc.customobjects with parameters of type RanChangeSet Constructor Description Changeset(RanChangeSet ranChangeSet) -
Uses of RanChangeSet in liquibase.util
Methods in liquibase.util with parameters of type RanChangeSet Modifier and Type Method Description static booleanValidatingVisitorUtil. isChecksumIssue(ChangeSet changeSet, RanChangeSet ranChangeSet, DatabaseChangeLog databaseChangeLog, Database database)
-