public class CosmosRanChangeSet
extends liquibase.changelog.RanChangeSet
| Modifier and Type | Class and Description |
|---|---|
static class |
CosmosRanChangeSet.Fields |
| Constructor and Description |
|---|
CosmosRanChangeSet(liquibase.changelog.ChangeSet changeSet,
liquibase.changelog.ChangeSet.ExecType execType,
liquibase.ContextExpression contextExpression,
liquibase.Labels labels) |
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) |
equals, getAuthor, getChangeLog, getComments, getContextExpression, getDateExecuted, getDeploymentId, getDescription, getExecType, getId, getLabels, getLastCheckSum, getLiquibaseVersion, getOrderExecuted, getStoredChangeLog, getTag, hashCode, isSameAs, setComments, setDeploymentId, setDescription, setLiquibaseVersion, setOrderExecuted, setTag, toStringpublic 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)
public CosmosRanChangeSet(liquibase.changelog.ChangeSet changeSet,
liquibase.changelog.ChangeSet.ExecType execType,
liquibase.ContextExpression contextExpression,
liquibase.Labels labels)
Copyright © 2021 Liquibase.org. All rights reserved.