Class LiquibaseEndpoint.ChangeSet
- java.lang.Object
- org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
- Enclosing class:
- LiquibaseEndpoint
public static class LiquibaseEndpoint.ChangeSet extends Object
A Liquibase change set.
Constructor Summary
Constructors Constructor Description ChangeSet(liquibase.changelog.RanChangeSet ranChangeSet)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthor()StringgetChangeLog()StringgetChecksum()StringgetComments()Set<String>getContexts()InstantgetDateExecuted()StringgetDeploymentId()StringgetDescription()liquibase.changelog.ChangeSet.ExecTypegetExecType()StringgetId()Set<String>getLabels()IntegergetOrderExecuted()StringgetTag()
Constructor Detail
ChangeSet
public ChangeSet(liquibase.changelog.RanChangeSet ranChangeSet)
Method Detail
getChangeLog
public String getChangeLog()
getComments
public String getComments()
getContexts
public Set<String> getContexts()
getDateExecuted
public Instant getDateExecuted()
getDeploymentId
public String getDeploymentId()
getDescription
public String getDescription()
getExecType
public liquibase.changelog.ChangeSet.ExecType getExecType()
getChecksum
public String getChecksum()
getOrderExecuted
public Integer getOrderExecuted()