クラス LiquibaseEndpoint.ChangeSetDescriptor

java.lang.ObjectSE
org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
含まれているクラス:
LiquibaseEndpoint

public static class LiquibaseEndpoint.ChangeSetDescriptor extends ObjectSE
Liquibase 変更セットの説明。
  • コンストラクターの詳細

    • ChangeSetDescriptor

      public ChangeSetDescriptor(liquibase.changelog.RanChangeSet ranChangeSet)
  • メソッドの詳細

    • getAuthor

      public StringSE getAuthor()
    • getChangeLog

      public StringSE getChangeLog()
    • getComments

      public StringSE getComments()
    • getContexts

      public SetSE<StringSE> getContexts()
    • getDateExecuted

      public InstantSE getDateExecuted()
    • getDeploymentId

      public StringSE getDeploymentId()
    • getDescription

      public StringSE getDescription()
    • getExecType

      public liquibase.changelog.ChangeSet.ExecType getExecType()
    • getId

      public StringSE getId()
    • getLabels

      public SetSE<StringSE> getLabels()
    • getChecksum

      public StringSE getChecksum()
    • getOrderExecuted

      public IntegerSE getOrderExecuted()
    • getTag

      public StringSE getTag()