Class LiquibaseEndpoint.ChangeSetDescriptor

java.lang.Object
org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
Enclosing class:
LiquibaseEndpoint

public static class LiquibaseEndpoint.ChangeSetDescriptor extends Object
Description of a Liquibase change set.
  • Constructor Details

    • ChangeSetDescriptor

      public ChangeSetDescriptor(liquibase.changelog.RanChangeSet ranChangeSet)
  • Method Details

    • getAuthor

      public String getAuthor()
    • 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()
    • getId

      public String getId()
    • getLabels

      public Set<String> getLabels()
    • getChecksum

      public String getChecksum()
    • getOrderExecuted

      public Integer getOrderExecuted()
    • getTag

      public String getTag()