Package liquibase.report
Interface UpdateRollbackReportParameters
- All Known Implementing Classes:
RollbackReportParameters
,UpdateReportParameters
public interface UpdateRollbackReportParameters
-
Method Summary
-
Method Details
-
getRuntimeInfo
RuntimeInfo getRuntimeInfo() -
getOperationInfo
OperationInfo getOperationInfo() -
getCustomData
CustomData getCustomData() -
getDate
Date getDate() -
getChangelogArgValue
String getChangelogArgValue() -
getJdbcUrl
String getJdbcUrl() -
getCommandTitle
String getCommandTitle()
-