Interface BuildPromotionListener

    • Method Detail

      • buildPromotionDeleted

        void buildPromotionDeleted​(@NotNull
                                   BuildPromotion buildPromotion)
        Called when build promotion was deleted (not by cleanup)
        Parameters:
        buildPromotion - build promotion
        Since:
        5.0
      • buildPromotionChangesDetached

        void buildPromotionChangesDetached​(@NotNull
                                           BuildPromotion buildPromotion)
        Called when build promotion changes are detached, i.e. buildPromotion.isChangesDetached() starts to return true.
        Parameters:
        buildPromotion - promotion with detached changes