Interface SKeepRule

    • Method Detail

      • getFilters

        @NotNull
        Collection<KeepFilter> getFilters()
        Only builds satisfying all the filters will be kept by this rule.
      • getPartitions

        @NotNull
        Collection<KeepPartition> getPartitions()
        Provides builds partitioning to subsets: builds are in the same subset if they are in the same partition for every partition. Preserving will be applied for every subset separately.
      • getLimit

        @NotNull
        KeepLimit getLimit()
        Limits builds to keep (after filtering, for every partition subset).