Package hudson.plugins.label_verifier
Class Messages
java.lang.Object
hudson.plugins.label_verifier.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
KeyLabelAtomPropertyImpl.displayName
:Verify This Label
.static org.jvnet.localizer.Localizable
Keylogic.always.displayName
:Always fail
.static org.jvnet.localizer.Localizable
Keylogic.and.displayName
:And
.static org.jvnet.localizer.Localizable
Keylogic.never.displayName
:Never fail
.static org.jvnet.localizer.Localizable
Keylogic.not.displayName
:Not
.static org.jvnet.localizer.Localizable
Keylogic.or.displayName
:Or
.static org.jvnet.localizer.Localizable
Keyshared.evalFailureMessage
:Evaluation of ''{0}'' expression returned false
.static org.jvnet.localizer.Localizable
Keyshared.validatingLabelMessage
:Validating the label ''{0}''
.static org.jvnet.localizer.Localizable
Keyverifiers.regex.displayName
:Verify computer name by regular expression
.static org.jvnet.localizer.Localizable
Keyverifiers.regex.invalidRegexMessage
:Regular expression for label ''{0}'' is invalid. Restriction will be skipped
.static org.jvnet.localizer.Localizable
Keyverifiers.regex.shortName
:Regex
.static org.jvnet.localizer.Localizable
Keyverifiers.shell.displayName
:Verify by shell script
.static org.jvnet.localizer.Localizable
Keyverifiers.shell.failMessage
:The script failed. Label ''{0}'' is refused.
.static org.jvnet.localizer.Localizable
Keyverifiers.shell.shortName
:Shell script
.static String
KeyLabelAtomPropertyImpl.displayName
:Verify This Label
.static String
Keylogic.always.displayName
:Always fail
.static String
Keylogic.and.displayName
:And
.static String
Keylogic.never.displayName
:Never fail
.static String
Keylogic.not.displayName
:Not
.static String
Keylogic.or.displayName
:Or
.static String
Keyshared.evalFailureMessage
:Evaluation of ''{0}'' expression returned false
.static String
Keyshared.validatingLabelMessage
:Validating the label ''{0}''
.static String
Keyverifiers.regex.displayName
:Verify computer name by regular expression
.static String
Keyverifiers.regex.invalidRegexMessage
:Regular expression for label ''{0}'' is invalid. Restriction will be skipped
.static String
Keyverifiers.regex.shortName
:Regex
.static String
Keyverifiers.shell.displayName
:Verify by shell script
.static String
Keyverifiers.shell.failMessage
:The script failed. Label ''{0}'' is refused.
.static String
Keyverifiers.shell.shortName
:Shell script
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
verifiers_shell_displayName
Keyverifiers.shell.displayName
:Verify by shell script
.- Returns:
Verify by shell script
-
_verifiers_shell_displayName
public static org.jvnet.localizer.Localizable _verifiers_shell_displayName()Keyverifiers.shell.displayName
:Verify by shell script
.- Returns:
Verify by shell script
-
logic_or_displayName
Keylogic.or.displayName
:Or
.- Returns:
Or
-
_logic_or_displayName
public static org.jvnet.localizer.Localizable _logic_or_displayName()Keylogic.or.displayName
:Or
.- Returns:
Or
-
logic_not_displayName
Keylogic.not.displayName
:Not
.- Returns:
Not
-
_logic_not_displayName
public static org.jvnet.localizer.Localizable _logic_not_displayName()Keylogic.not.displayName
:Not
.- Returns:
Not
-
verifiers_shell_failMessage
Keyverifiers.shell.failMessage
:The script failed. Label ''{0}'' is refused.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The script failed. Label ''{0}'' is refused.
-
_verifiers_shell_failMessage
Keyverifiers.shell.failMessage
:The script failed. Label ''{0}'' is refused.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The script failed. Label ''{0}'' is refused.
-
logic_always_displayName
Keylogic.always.displayName
:Always fail
.- Returns:
Always fail
-
_logic_always_displayName
public static org.jvnet.localizer.Localizable _logic_always_displayName()Keylogic.always.displayName
:Always fail
.- Returns:
Always fail
-
verifiers_regex_displayName
Keyverifiers.regex.displayName
:Verify computer name by regular expression
.- Returns:
Verify computer name by regular expression
-
_verifiers_regex_displayName
public static org.jvnet.localizer.Localizable _verifiers_regex_displayName()Keyverifiers.regex.displayName
:Verify computer name by regular expression
.- Returns:
Verify computer name by regular expression
-
verifiers_regex_shortName
Keyverifiers.regex.shortName
:Regex
.- Returns:
Regex
-
_verifiers_regex_shortName
public static org.jvnet.localizer.Localizable _verifiers_regex_shortName()Keyverifiers.regex.shortName
:Regex
.- Returns:
Regex
-
logic_and_displayName
Keylogic.and.displayName
:And
.- Returns:
And
-
_logic_and_displayName
public static org.jvnet.localizer.Localizable _logic_and_displayName()Keylogic.and.displayName
:And
.- Returns:
And
-
verifiers_shell_shortName
Keyverifiers.shell.shortName
:Shell script
.- Returns:
Shell script
-
_verifiers_shell_shortName
public static org.jvnet.localizer.Localizable _verifiers_shell_shortName()Keyverifiers.shell.shortName
:Shell script
.- Returns:
Shell script
-
logic_never_displayName
Keylogic.never.displayName
:Never fail
.- Returns:
Never fail
-
_logic_never_displayName
public static org.jvnet.localizer.Localizable _logic_never_displayName()Keylogic.never.displayName
:Never fail
.- Returns:
Never fail
-
LabelAtomPropertyImpl_displayName
KeyLabelAtomPropertyImpl.displayName
:Verify This Label
.- Returns:
Verify This Label
-
_LabelAtomPropertyImpl_displayName
public static org.jvnet.localizer.Localizable _LabelAtomPropertyImpl_displayName()KeyLabelAtomPropertyImpl.displayName
:Verify This Label
.- Returns:
Verify This Label
-
verifiers_regex_invalidRegexMessage
Keyverifiers.regex.invalidRegexMessage
:Regular expression for label ''{0}'' is invalid. Restriction will be skipped
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Regular expression for label ''{0}'' is invalid. Restriction will be skipped
-
_verifiers_regex_invalidRegexMessage
Keyverifiers.regex.invalidRegexMessage
:Regular expression for label ''{0}'' is invalid. Restriction will be skipped
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Regular expression for label ''{0}'' is invalid. Restriction will be skipped
-