public static class LiquibaseEndpoint.ChangeSet extends Object
Constructor and Description |
---|
ChangeSet(liquibase.changelog.RanChangeSet ranChangeSet) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
String |
getChangeLog() |
String |
getChecksum() |
String |
getComments() |
Set<String> |
getContexts() |
Instant |
getDateExecuted() |
String |
getDeploymentId() |
String |
getDescription() |
liquibase.changelog.ChangeSet.ExecType |
getExecType() |
String |
getId() |
Set<String> |
getLabels() |
Integer |
getOrderExecuted() |
String |
getTag() |
public String getAuthor()
public String getChangeLog()
public String getComments()
public Instant getDateExecuted()
public String getDeploymentId()
public String getDescription()
public liquibase.changelog.ChangeSet.ExecType getExecType()
public String getId()
public String getChecksum()
public Integer getOrderExecuted()
public String getTag()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.