Interface CleanupSettingsInit

    • Method Detail

      • addCleanupPolicy

        void addCleanupPolicy​(@NotNull
                              HistoryRetentionPolicy policy)
        Sets cleanup policy for this build configuration
        Parameters:
        policy - policy to set
      • removeCleanupPolicies

        void removeCleanupPolicies()
        Remove all own cleanup policies for the object
      • setCleanupOption

        void setCleanupOption​(@NotNull
                              String option,
                              @Nullable
                              Boolean value)
        Sets value for a cleanup option
        Parameters:
        option - cleanup option (see CleanupSettings constants)
        value - value to set option to, or null to remove the option