Interface BuildPromotionCustomizationStrategy


  • public interface BuildPromotionCustomizationStrategy
    • Method Detail

      • isPersonalPatchApplicable

        boolean isPersonalPatchApplicable​(@NotNull
                                          SBuildType buildType)
      • getPersonalChangeId

        long getPersonalChangeId​(@NotNull
                                 SBuildType buildType)
      • afterCreate

        void afterCreate​(@NotNull
                         BuildPromotionEx promotionEx,
                         @Nullable
                         String topBuildBranchName)