public class CommandResult extends Object
LiquibaseCommand
execution, including a message and whether the command succeeded or not.Constructor and Description |
---|
CommandResult()
Creates new CommandResult with succeeded=true and message="Successful"
|
CommandResult(String message)
Creates new CommandResult with the given message and succeeded=true
|
CommandResult(String message,
boolean succeeded) |
public String message
public boolean succeeded
public CommandResult()
public CommandResult(String message)
public CommandResult(String message, boolean succeeded)
public String print() throws LiquibaseException
message
but subclasses can return string versions of stored objects like Snapshots etc.LiquibaseException
Copyright © 2019 Liquibase.org. All rights reserved.