Class Messages
java.lang.Object
pl.damianszczepanik.jenkins.buildhistorymanager.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeybuildDescription.matchingMethodType.CONTAINS:Contains pattern.static org.jvnet.localizer.LocalizableKeybuildDescription.matchingMethodType.EQUALS:Equals pattern.static org.jvnet.localizer.LocalizableKeybuildDescription.matchingMethodType.MATCHES:Matches pattern (regular expression).static org.jvnet.localizer.Localizable_isEmpty()KeyisEmpty:Value must not be empty.static org.jvnet.localizer.LocalizableKeynotInteger:Provided value is not an integer.static org.jvnet.localizer.LocalizableKeyrule.notValidMatchAtMost:Provide integer value or -1 if the rule execution should not be limited.static StringKeybuildDescription.matchingMethodType.CONTAINS:Contains pattern.static StringKeybuildDescription.matchingMethodType.EQUALS:Equals pattern.static StringKeybuildDescription.matchingMethodType.MATCHES:Matches pattern (regular expression).static StringisEmpty()KeyisEmpty:Value must not be empty.static StringKeynotInteger:Provided value is not an integer.static StringKeyrule.notValidMatchAtMost:Provide integer value or -1 if the rule execution should not be limited. 
- 
Constructor Details
- 
Messages
public Messages() 
 - 
 - 
Method Details
- 
buildDescription_matchingMethodType_EQUALS
KeybuildDescription.matchingMethodType.EQUALS:Equals pattern.- Returns:
 Equals pattern
 - 
_buildDescription_matchingMethodType_EQUALS
public static org.jvnet.localizer.Localizable _buildDescription_matchingMethodType_EQUALS()KeybuildDescription.matchingMethodType.EQUALS:Equals pattern.- Returns:
 Equals pattern
 - 
buildDescription_matchingMethodType_CONTAINS
KeybuildDescription.matchingMethodType.CONTAINS:Contains pattern.- Returns:
 Contains pattern
 - 
_buildDescription_matchingMethodType_CONTAINS
public static org.jvnet.localizer.Localizable _buildDescription_matchingMethodType_CONTAINS()KeybuildDescription.matchingMethodType.CONTAINS:Contains pattern.- Returns:
 Contains pattern
 - 
isEmpty
KeyisEmpty:Value must not be empty.- Returns:
 Value must not be empty
 - 
_isEmpty
public static org.jvnet.localizer.Localizable _isEmpty()KeyisEmpty:Value must not be empty.- Returns:
 Value must not be empty
 - 
notInteger
KeynotInteger:Provided value is not an integer.- Returns:
 Provided value is not an integer
 - 
_notInteger
public static org.jvnet.localizer.Localizable _notInteger()KeynotInteger:Provided value is not an integer.- Returns:
 Provided value is not an integer
 - 
rule_notValidMatchAtMost
Keyrule.notValidMatchAtMost:Provide integer value or -1 if the rule execution should not be limited.- Returns:
 Provide integer value or -1 if the rule execution should not be limited
 - 
_rule_notValidMatchAtMost
public static org.jvnet.localizer.Localizable _rule_notValidMatchAtMost()Keyrule.notValidMatchAtMost:Provide integer value or -1 if the rule execution should not be limited.- Returns:
 Provide integer value or -1 if the rule execution should not be limited
 - 
buildDescription_matchingMethodType_MATCHES
KeybuildDescription.matchingMethodType.MATCHES:Matches pattern (regular expression).- Returns:
 Matches pattern (regular expression)
 - 
_buildDescription_matchingMethodType_MATCHES
public static org.jvnet.localizer.Localizable _buildDescription_matchingMethodType_MATCHES()KeybuildDescription.matchingMethodType.MATCHES:Matches pattern (regular expression).- Returns:
 Matches pattern (regular expression)
 
 -