Class CosmosRanChangeSet


  • public class CosmosRanChangeSet
    extends liquibase.changelog.RanChangeSet
    • 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)