All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.report.UpdateRollbackReportParameters Maven / Gradle / Ivy

The newest version!
package liquibase.report;

import java.util.Date;

public interface UpdateRollbackReportParameters {
    RuntimeInfo getRuntimeInfo();

    OperationInfo getOperationInfo();

    CustomData getCustomData();

    Date getDate();

    String getChangelogArgValue();

    String getJdbcUrl();

    String getCommandTitle();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy