public static class ChangesetsRolledback.ChangeSet extends Object
Constructor and Description |
---|
ChangeSet(String changesetId,
String author,
String filepath,
String deploymentId) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
String |
getChangesetId() |
String |
getDeploymentId() |
String |
getFilepath() |
void |
setAuthor(String author) |
void |
setChangesetId(String changesetId) |
void |
setDeploymentId(String deploymentId) |
void |
setFilepath(String filepath) |
public String getChangesetId()
public void setChangesetId(String changesetId)
public String getAuthor()
public void setAuthor(String author)
public String getFilepath()
public void setFilepath(String filepath)
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
Copyright © 2023 Liquibase.org. All rights reserved.