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.Localizable
KeybuildDescription.matchingMethodType.CONTAINS
:Contains pattern
.static org.jvnet.localizer.Localizable
KeybuildDescription.matchingMethodType.EQUALS
:Equals pattern
.static org.jvnet.localizer.Localizable
KeybuildDescription.matchingMethodType.MATCHES
:Matches pattern (regular expression)
.static org.jvnet.localizer.Localizable
_isEmpty()
KeyisEmpty
:Value must not be empty
.static org.jvnet.localizer.Localizable
KeynotInteger
:Provided value is not an integer
.static org.jvnet.localizer.Localizable
Keyrule.notValidMatchAtMost
:Provide integer value or -1 if the rule execution should not be limited
.static String
KeybuildDescription.matchingMethodType.CONTAINS
:Contains pattern
.static String
KeybuildDescription.matchingMethodType.EQUALS
:Equals pattern
.static String
KeybuildDescription.matchingMethodType.MATCHES
:Matches pattern (regular expression)
.static String
isEmpty()
KeyisEmpty
:Value must not be empty
.static String
KeynotInteger
:Provided value is not an integer
.static String
Keyrule.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)
-