Package jetbrains.buildServer.serverSide
Interface BuildPromotionCustomizationStrategy
-
public interface BuildPromotionCustomizationStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterCreate(BuildPromotionEx promotionEx, String topBuildBranchName)longgetPersonalChangeId(SBuildType buildType)booleanisPersonalPatchApplicable(SBuildType buildType)
-
-
-
Method Detail
-
isPersonalPatchApplicable
boolean isPersonalPatchApplicable(@NotNull SBuildType buildType)
-
getPersonalChangeId
long getPersonalChangeId(@NotNull SBuildType buildType)
-
afterCreate
void afterCreate(@NotNull BuildPromotionEx promotionEx, @Nullable String topBuildBranchName)
-
-