Interface KeepPartition

    • Method Detail

      • split

        @NotNull
        Collection<DbBuildsData> split​(@NotNull
                                       String buildTypeId,
                                       @NotNull
                                       DbBuildsData builds)
        Splits the given builds data to the subsets according to the partition.
        It is expected that all builds belongs to the same build configuration with id buildTypeId.