Class ChangesetsRolledback.ChangeSet
- java.lang.Object
-
- liquibase.logging.mdc.customobjects.ChangesetsRolledback.ChangeSet
-
- Enclosing class:
- ChangesetsRolledback
public static class ChangesetsRolledback.ChangeSet extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChangesetsRolledback.ChangeSetfromChangeSet(ChangeSet changeSet)StringgetAuthor()StringgetChangesetId()StringgetDeploymentId()StringgetFilepath()voidsetAuthor(String author)voidsetChangesetId(String changesetId)voidsetDeploymentId(String deploymentId)voidsetFilepath(String filepath)
-
-
-
Method Detail
-
getChangesetId
public String getChangesetId()
-
setChangesetId
public void setChangesetId(String changesetId)
-
getAuthor
public String getAuthor()
-
setAuthor
public void setAuthor(String author)
-
getFilepath
public String getFilepath()
-
setFilepath
public void setFilepath(String filepath)
-
getDeploymentId
public String getDeploymentId()
-
setDeploymentId
public void setDeploymentId(String deploymentId)
-
fromChangeSet
public static ChangesetsRolledback.ChangeSet fromChangeSet(ChangeSet changeSet)
-
-