Package hudson.plugins.release.promotion
Class Messages
- java.lang.Object
-
- hudson.plugins.release.promotion.Messages
-
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
-
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_ReleasePromotionCondition_DisplayName()
KeyReleasePromotionCondition.DisplayName
:If the build is a release build
.static String
ReleasePromotionCondition_DisplayName()
KeyReleasePromotionCondition.DisplayName
:If the build is a release build
.
-
-
-
Method Detail
-
ReleasePromotionCondition_DisplayName
public static String ReleasePromotionCondition_DisplayName()
KeyReleasePromotionCondition.DisplayName
:If the build is a release build
.- Returns:
If the build is a release build
-
_ReleasePromotionCondition_DisplayName
public static org.jvnet.localizer.Localizable _ReleasePromotionCondition_DisplayName()
KeyReleasePromotionCondition.DisplayName
:If the build is a release build
.- Returns:
If the build is a release build
-
-