Interface BuildTablesCleaner

  • All Known Implementing Classes:
    BuildTablesCleanerImpl

    public interface BuildTablesCleaner
    This cleaner removes build related data from tables with build_id column name. If build_id column in the table has different name, name of the column can be attached to the table name as suffix: <table name>#<build id column name>
    • Method Detail

      • addBuildRelatedTables

        void addBuildRelatedTables​(@NotNull
                                   String... tables)