public class RanChangeSet extends Object
Constructor and Description |
---|
RanChangeSet(ChangeSet changeSet) |
RanChangeSet(ChangeSet changeSet,
ChangeSet.ExecType execType,
ContextExpression contexts,
Labels labels) |
RanChangeSet(String changeLog,
String id,
String author,
CheckSum lastCheckSum,
Date dateExecuted,
String tag,
ChangeSet.ExecType execType,
String description,
String comments,
ContextExpression contextExpression,
Labels labels,
String deploymentId) |
RanChangeSet(String changeLog,
String id,
String author,
CheckSum lastCheckSum,
Date dateExecuted,
String tag,
ChangeSet.ExecType execType,
String description,
String comments,
ContextExpression contextExpression,
Labels labels,
String deploymentId,
String storedChangeLog) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAuthor() |
String |
getChangeLog() |
String |
getComments() |
ContextExpression |
getContextExpression() |
Date |
getDateExecuted() |
String |
getDeploymentId() |
String |
getDescription() |
ChangeSet.ExecType |
getExecType() |
String |
getId() |
Labels |
getLabels() |
CheckSum |
getLastCheckSum() |
String |
getLiquibaseVersion() |
Integer |
getOrderExecuted() |
String |
getStoredChangeLog()
Get the path stored in the DatabaseChangeLog table
|
String |
getTag() |
int |
hashCode() |
boolean |
isSameAs(ChangeSet changeSet) |
void |
setComments(String comments) |
void |
setDeploymentId(String deploymentId) |
void |
setDescription(String description) |
void |
setLiquibaseVersion(String liquibaseVersion) |
void |
setOrderExecuted(Integer orderExecuted) |
void |
setTag(String tag) |
String |
toString() |
public RanChangeSet(ChangeSet changeSet)
public RanChangeSet(ChangeSet changeSet, ChangeSet.ExecType execType, ContextExpression contexts, Labels labels)
public RanChangeSet(String changeLog, String id, String author, CheckSum lastCheckSum, Date dateExecuted, String tag, ChangeSet.ExecType execType, String description, String comments, ContextExpression contextExpression, Labels labels, String deploymentId)
public String getChangeLog()
public String getStoredChangeLog()
public String getId()
public String getAuthor()
public CheckSum getLastCheckSum()
public Date getDateExecuted()
public String getTag()
public void setTag(String tag)
public ChangeSet.ExecType getExecType()
public String getDescription()
public void setDescription(String description)
public String getComments()
public void setComments(String comments)
public ContextExpression getContextExpression()
public Labels getLabels()
public Integer getOrderExecuted()
public void setOrderExecuted(Integer orderExecuted)
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
public String getLiquibaseVersion()
public void setLiquibaseVersion(String liquibaseVersion)
public boolean isSameAs(ChangeSet changeSet)
Copyright © 2023 Liquibase.org. All rights reserved.