Package liquibase.report
Class RollbackReportParameters
java.lang.Object
liquibase.report.RollbackReportParameters
- All Implemented Interfaces:
UpdateRollbackReportParameters
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setRollbackException
(ExceptionDetails exceptionDetails) void
setupDatabaseInfo
(Database database) Setup database related info used in rollback report.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface liquibase.report.UpdateRollbackReportParameters
getChangelogArgValue, getCommandTitle, getCustomData, getDate, getJdbcUrl, getOperationInfo, getRuntimeInfo
-
Constructor Details
-
RollbackReportParameters
public RollbackReportParameters()
-
-
Method Details
-
setupDatabaseInfo
Setup database related info used in rollback report.- Parameters:
database
- the database the report is run against- Throws:
DatabaseException
- if unable to determine the database product version
-
setRollbackException
-