Package liquibase.report
Interface UpdateRollbackReportParameters
- All Known Implementing Classes:
- RollbackReportParameters,- UpdateReportParameters,- UpdateSqlReportParameters
public interface UpdateRollbackReportParameters
- 
Method Summary
- 
Method Details- 
getRuntimeInfoRuntimeInfo getRuntimeInfo()
- 
getOperationInfoOperationInfo getOperationInfo()
- 
getCustomDataCustomData getCustomData()
- 
getDateDate getDate()
- 
getChangelogArgValueString getChangelogArgValue()
- 
getJdbcUrlString getJdbcUrl()
- 
getCommandTitleString getCommandTitle()
- 
suppressSqlvoid suppressSql()
- 
suppressExceptionvoid suppressException()
 
-