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
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeymatchingMethodType.CONTAINS
:Contains pattern
.static org.jvnet.localizer.Localizable
KeymatchingMethodType.EQUALS
:Equals pattern
.static org.jvnet.localizer.Localizable
KeymatchingMethodType.MATCHES
:Matches pattern (regular expression)
.static org.jvnet.localizer.Localizable
KeynotInteger
:Provided value is not an integer
.static org.jvnet.localizer.Localizable
Keyrole.notValidMatchAtMost
:Provide integer value or -1 if the rule execution should not be limited
.static String
KeymatchingMethodType.CONTAINS
:Contains pattern
.static String
KeymatchingMethodType.EQUALS
:Equals pattern
.static String
KeymatchingMethodType.MATCHES
:Matches pattern (regular expression)
.static String
KeynotInteger
:Provided value is not an integer
.static String
Keyrole.notValidMatchAtMost
:Provide integer value or -1 if the rule execution should not be limited
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
matchingMethodType_EQUALS
KeymatchingMethodType.EQUALS
:Equals pattern
.- Returns:
Equals pattern
-
_matchingMethodType_EQUALS
public static org.jvnet.localizer.Localizable _matchingMethodType_EQUALS()KeymatchingMethodType.EQUALS
:Equals pattern
.- Returns:
Equals pattern
-
matchingMethodType_MATCHES
KeymatchingMethodType.MATCHES
:Matches pattern (regular expression)
.- Returns:
Matches pattern (regular expression)
-
_matchingMethodType_MATCHES
public static org.jvnet.localizer.Localizable _matchingMethodType_MATCHES()KeymatchingMethodType.MATCHES
:Matches pattern (regular expression)
.- Returns:
Matches pattern (regular expression)
-
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
-
role_notValidMatchAtMost
Keyrole.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
-
_role_notValidMatchAtMost
public static org.jvnet.localizer.Localizable _role_notValidMatchAtMost()Keyrole.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
-
matchingMethodType_CONTAINS
KeymatchingMethodType.CONTAINS
:Contains pattern
.- Returns:
Contains pattern
-
_matchingMethodType_CONTAINS
public static org.jvnet.localizer.Localizable _matchingMethodType_CONTAINS()KeymatchingMethodType.CONTAINS
:Contains pattern
.- Returns:
Contains pattern
-