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 -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyExtendedChoiceParameterDefinition.DisplayName
:Extended Choice Parameter
.static org.jvnet.localizer.Localizable
KeyExtendedChoiceParameterDefinition.PropertyFileDoesntExist
:%s doesn't seem to exist.
.static org.jvnet.localizer.Localizable
KeyExtendedChoiceParameterDefinition.PropertyFileExistsButNoProvidedKey
:%s exists, but you have to provide a property key as well.
.static org.jvnet.localizer.Localizable
KeyExtendedChoiceParameterDefinition.PropertyFileExistsButProvidedKeyIsInvalid
:%s exists, but the provided key "%s" doesn't exist in this property file.
.static String
KeyExtendedChoiceParameterDefinition.DisplayName
:Extended Choice Parameter
.static String
KeyExtendedChoiceParameterDefinition.PropertyFileDoesntExist
:%s doesn't seem to exist.
.static String
KeyExtendedChoiceParameterDefinition.PropertyFileExistsButNoProvidedKey
:%s exists, but you have to provide a property key as well.
.static String
KeyExtendedChoiceParameterDefinition.PropertyFileExistsButProvidedKeyIsInvalid
:%s exists, but the provided key "%s" doesn't exist in this property file.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
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
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
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
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
-