Package liquibase.ext.cosmosdb.changelog
Class CosmosRanChangeSet
- java.lang.Object
-
- liquibase.changelog.RanChangeSet
-
- liquibase.ext.cosmosdb.changelog.CosmosRanChangeSet
-
public class CosmosRanChangeSet extends liquibase.changelog.RanChangeSet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCosmosRanChangeSet.Fields
-
Constructor Summary
Constructors Constructor Description CosmosRanChangeSet(String uuid, String changeLog, String id, String author, liquibase.change.CheckSum lastCheckSum, Date dateExecuted, String tag, liquibase.changelog.ChangeSet.ExecType execType, String description, String comments, liquibase.ContextExpression contextExpression, Collection<liquibase.ContextExpression> inheritableContexts, liquibase.Labels labels, String deploymentId, Integer orderExecuted, String liquibase)CosmosRanChangeSet(liquibase.changelog.ChangeSet changeSet, liquibase.changelog.ChangeSet.ExecType execType, liquibase.ContextExpression contextExpression, liquibase.Labels labels)
-
Method Summary
-
Methods inherited from class liquibase.changelog.RanChangeSet
equals, getAuthor, getChangeLog, getComments, getContextExpression, getDateExecuted, getDeploymentId, getDescription, getExecType, getId, getLabels, getLastCheckSum, getLiquibaseVersion, getOrderExecuted, getStoredChangeLog, getTag, hashCode, isSameAs, setComments, setDeploymentId, setDescription, setLiquibaseVersion, setOrderExecuted, setTag, toString
-
-
-
-
Constructor Detail
-
CosmosRanChangeSet
public CosmosRanChangeSet(String uuid, String changeLog, String id, String author, liquibase.change.CheckSum lastCheckSum, Date dateExecuted, String tag, liquibase.changelog.ChangeSet.ExecType execType, String description, String comments, liquibase.ContextExpression contextExpression, Collection<liquibase.ContextExpression> inheritableContexts, liquibase.Labels labels, String deploymentId, Integer orderExecuted, String liquibase)
-
CosmosRanChangeSet
public CosmosRanChangeSet(liquibase.changelog.ChangeSet changeSet, liquibase.changelog.ChangeSet.ExecType execType, liquibase.ContextExpression contextExpression, liquibase.Labels labels)
-
-