Package jetbrains.buildServer.serverSide
Interface BuildPromotionCustomizationStrategy
-
public interface BuildPromotionCustomizationStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterCreate(BuildPromotionEx promotionEx, String topBuildBranchName)
long
getPersonalChangeId(SBuildType buildType)
boolean
isPersonalPatchApplicable(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)
-
-