Interface ChangesCollectionCondition

    • Method Detail

      • shouldCollectChangesNow

        @NotNull
        ChangesCollectionCondition.Result shouldCollectChangesNow​(@NotNull
                                                                  BuildPromotion buildPromotion)
        Checks if changes can and should to be collected now or not.
        Parameters:
        buildPromotion - to check
        Returns:
        Result.YES if changes needs to be collected now, Result.NO if changes can't be collected now but later, Result.UNKNOWN if this extension can't decide
        Since:
        2023.11