Class Messages
- java.lang.Object
-
- com.cwctravel.hudson.plugins.extended_choice_parameter.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
_ExtendedChoiceParameterDefinition_DisplayName()
KeyExtendedChoiceParameterDefinition.DisplayName
:Extended Choice Parameter
.static org.jvnet.localizer.Localizable
_ExtendedChoiceParameterDefinition_PropertyFileDoesntExist()
KeyExtendedChoiceParameterDefinition.PropertyFileDoesntExist
:%s doesn't seem to exist.
.static org.jvnet.localizer.Localizable
_ExtendedChoiceParameterDefinition_PropertyFileExistsButNoProvidedKey()
KeyExtendedChoiceParameterDefinition.PropertyFileExistsButNoProvidedKey
:%s exists, but you have to provide a property key as well.
.static org.jvnet.localizer.Localizable
_ExtendedChoiceParameterDefinition_PropertyFileExistsButProvidedKeyIsInvalid()
KeyExtendedChoiceParameterDefinition.PropertyFileExistsButProvidedKeyIsInvalid
:%s exists, but the provided key "%s" doesn't exist in this property file.
.static String
ExtendedChoiceParameterDefinition_DisplayName()
KeyExtendedChoiceParameterDefinition.DisplayName
:Extended Choice Parameter
.static String
ExtendedChoiceParameterDefinition_PropertyFileDoesntExist()
KeyExtendedChoiceParameterDefinition.PropertyFileDoesntExist
:%s doesn't seem to exist.
.static String
ExtendedChoiceParameterDefinition_PropertyFileExistsButNoProvidedKey()
KeyExtendedChoiceParameterDefinition.PropertyFileExistsButNoProvidedKey
:%s exists, but you have to provide a property key as well.
.static String
ExtendedChoiceParameterDefinition_PropertyFileExistsButProvidedKeyIsInvalid()
KeyExtendedChoiceParameterDefinition.PropertyFileExistsButProvidedKeyIsInvalid
:%s exists, but the provided key "%s" doesn't exist in this property file.
.
-
-
-
Method Detail
-
ExtendedChoiceParameterDefinition_PropertyFileDoesntExist
public static String ExtendedChoiceParameterDefinition_PropertyFileDoesntExist()
KeyExtendedChoiceParameterDefinition.PropertyFileDoesntExist
:%s doesn't seem to exist.
.- Returns:
%s doesn't seem to exist.
-
_ExtendedChoiceParameterDefinition_PropertyFileDoesntExist
public static org.jvnet.localizer.Localizable _ExtendedChoiceParameterDefinition_PropertyFileDoesntExist()
KeyExtendedChoiceParameterDefinition.PropertyFileDoesntExist
:%s doesn't seem to exist.
.- Returns:
%s doesn't seem to exist.
-
ExtendedChoiceParameterDefinition_PropertyFileExistsButProvidedKeyIsInvalid
public static String ExtendedChoiceParameterDefinition_PropertyFileExistsButProvidedKeyIsInvalid()
KeyExtendedChoiceParameterDefinition.PropertyFileExistsButProvidedKeyIsInvalid
:%s exists, but the provided key "%s" doesn't exist in this property file.
.- Returns:
%s exists, but the provided key "%s" doesn't exist in this property file.
-
_ExtendedChoiceParameterDefinition_PropertyFileExistsButProvidedKeyIsInvalid
public static org.jvnet.localizer.Localizable _ExtendedChoiceParameterDefinition_PropertyFileExistsButProvidedKeyIsInvalid()
KeyExtendedChoiceParameterDefinition.PropertyFileExistsButProvidedKeyIsInvalid
:%s exists, but the provided key "%s" doesn't exist in this property file.
.- Returns:
%s exists, but the provided key "%s" doesn't exist in this property file.
-
ExtendedChoiceParameterDefinition_PropertyFileExistsButNoProvidedKey
public static String ExtendedChoiceParameterDefinition_PropertyFileExistsButNoProvidedKey()
KeyExtendedChoiceParameterDefinition.PropertyFileExistsButNoProvidedKey
:%s exists, but you have to provide a property key as well.
.- Returns:
%s exists, but you have to provide a property key as well.
-
_ExtendedChoiceParameterDefinition_PropertyFileExistsButNoProvidedKey
public static org.jvnet.localizer.Localizable _ExtendedChoiceParameterDefinition_PropertyFileExistsButNoProvidedKey()
KeyExtendedChoiceParameterDefinition.PropertyFileExistsButNoProvidedKey
:%s exists, but you have to provide a property key as well.
.- Returns:
%s exists, but you have to provide a property key as well.
-
ExtendedChoiceParameterDefinition_DisplayName
public static String ExtendedChoiceParameterDefinition_DisplayName()
KeyExtendedChoiceParameterDefinition.DisplayName
:Extended Choice Parameter
.- Returns:
Extended Choice Parameter
-
_ExtendedChoiceParameterDefinition_DisplayName
public static org.jvnet.localizer.Localizable _ExtendedChoiceParameterDefinition_DisplayName()
KeyExtendedChoiceParameterDefinition.DisplayName
:Extended Choice Parameter
.- Returns:
Extended Choice Parameter
-
-