Class CommandResult

    • Field Detail

      • message

        public String message
        Deprecated.
      • succeeded

        public boolean succeeded
        Deprecated.
    • Constructor Detail

      • CommandResult

        public CommandResult()
        Deprecated.
        Creates new CommandResult with succeeded=true and message="Successful"
      • CommandResult

        public CommandResult​(String message)
        Deprecated.
        Creates new CommandResult with the given message and succeeded=true
      • CommandResult

        public CommandResult​(String message,
                             boolean succeeded)
        Deprecated.
    • Method Detail

      • print

        public String print()
                     throws LiquibaseException
        Deprecated.
        Return a string version of the result. Default implementation returns message but subclasses can return string versions of stored objects like Snapshots etc.
        Throws:
        LiquibaseException