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) |
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() |
Integer |
getOrderExecuted() |
String |
getTag() |
int |
hashCode() |
boolean |
isSameAs(ChangeSet changeSet) |
void |
setComments(String comments) |
void |
setDeploymentId(String deploymentId) |
void |
setDescription(String description) |
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 String getChangeLog()
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 boolean isSameAs(ChangeSet changeSet)
Copyright © 2018 Liquibase.org. All rights reserved.