Class PromotionCustomizationInfo
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.PromotionCustomizationInfo
-
public class PromotionCustomizationInfo extends Object
- Author:
- kir
-
-
Constructor Summary
Constructors Constructor Description PromotionCustomizationInfo(String projectId, Object attributeValue, User currentUser)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAsHtmlText(BuildPromotion buildPromotion)
String
getAsString()
Collection<String>
getItems()
boolean
hasCustomArtifactDependencies()
boolean
hasCustomizedDependencies()
boolean
hasCustomizedParameters()
boolean
hasCustomModificationId()
boolean
hasCustomRevisions()
boolean
hasForcedRebuildAllDependencies()
boolean
isCustomized()
static void
markCustomized(BuildPromotionEx promo, String customizationCode)
-
-
-
Field Detail
-
DEPS
public static final String DEPS
- See Also:
- Constant Field Values
-
PARAMS
public static final String PARAMS
- See Also:
- Constant Field Values
-
MOD_ID
public static final String MOD_ID
- See Also:
- Constant Field Values
-
REVISIONS
public static final String REVISIONS
- See Also:
- Constant Field Values
-
ARTIFACTS
public static final String ARTIFACTS
- See Also:
- Constant Field Values
-
FORCED_REBUILD
public static final String FORCED_REBUILD
- See Also:
- Constant Field Values
-
-
Method Detail
-
markCustomized
public static void markCustomized(@NotNull BuildPromotionEx promo, @NotNull String customizationCode)
-
isCustomized
public boolean isCustomized()
-
hasCustomizedDependencies
public boolean hasCustomizedDependencies()
-
hasCustomizedParameters
public boolean hasCustomizedParameters()
-
hasCustomModificationId
public boolean hasCustomModificationId()
-
hasCustomRevisions
public boolean hasCustomRevisions()
-
hasCustomArtifactDependencies
public boolean hasCustomArtifactDependencies()
-
hasForcedRebuildAllDependencies
public boolean hasForcedRebuildAllDependencies()
-
getAsString
public String getAsString()
-
getItems
@NotNull public Collection<String> getItems()
- Returns:
- string tokens array which represents the customization
-
getAsHtmlText
public String getAsHtmlText(@NotNull BuildPromotion buildPromotion)
-
-