Package io.reliza.plugins.sample
Class Messages
java.lang.Object
io.reliza.plugins.sample.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.LocalizableKeyHelloWorldBuilder.DescriptorImpl.DisplayName:Say hello world.static org.jvnet.localizer.LocalizableKeyHelloWorldBuilder.DescriptorImpl.errors.missingName:Please set a name.static org.jvnet.localizer.LocalizableKeyHelloWorldBuilder.DescriptorImpl.warnings.reallyFrench:Are you actually French?.static org.jvnet.localizer.LocalizableKeyHelloWorldBuilder.DescriptorImpl.warnings.tooShort:Isn't the name too short?.static StringKeyHelloWorldBuilder.DescriptorImpl.DisplayName:Say hello world.static StringKeyHelloWorldBuilder.DescriptorImpl.errors.missingName:Please set a name.static StringKeyHelloWorldBuilder.DescriptorImpl.warnings.reallyFrench:Are you actually French?.static StringKeyHelloWorldBuilder.DescriptorImpl.warnings.tooShort:Isn't the name too short?.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
HelloWorldBuilder_DescriptorImpl_errors_missingName
KeyHelloWorldBuilder.DescriptorImpl.errors.missingName:Please set a name.- Returns:
Please set a name
-
_HelloWorldBuilder_DescriptorImpl_errors_missingName
public static org.jvnet.localizer.Localizable _HelloWorldBuilder_DescriptorImpl_errors_missingName()KeyHelloWorldBuilder.DescriptorImpl.errors.missingName:Please set a name.- Returns:
Please set a name
-
HelloWorldBuilder_DescriptorImpl_warnings_reallyFrench
KeyHelloWorldBuilder.DescriptorImpl.warnings.reallyFrench:Are you actually French?.- Returns:
Are you actually French?
-
_HelloWorldBuilder_DescriptorImpl_warnings_reallyFrench
public static org.jvnet.localizer.Localizable _HelloWorldBuilder_DescriptorImpl_warnings_reallyFrench()KeyHelloWorldBuilder.DescriptorImpl.warnings.reallyFrench:Are you actually French?.- Returns:
Are you actually French?
-
HelloWorldBuilder_DescriptorImpl_warnings_tooShort
KeyHelloWorldBuilder.DescriptorImpl.warnings.tooShort:Isn't the name too short?.- Returns:
Isn't the name too short?
-
_HelloWorldBuilder_DescriptorImpl_warnings_tooShort
public static org.jvnet.localizer.Localizable _HelloWorldBuilder_DescriptorImpl_warnings_tooShort()KeyHelloWorldBuilder.DescriptorImpl.warnings.tooShort:Isn't the name too short?.- Returns:
Isn't the name too short?
-
HelloWorldBuilder_DescriptorImpl_DisplayName
KeyHelloWorldBuilder.DescriptorImpl.DisplayName:Say hello world.- Returns:
Say hello world
-
_HelloWorldBuilder_DescriptorImpl_DisplayName
public static org.jvnet.localizer.Localizable _HelloWorldBuilder_DescriptorImpl_DisplayName()KeyHelloWorldBuilder.DescriptorImpl.DisplayName:Say hello world.- Returns:
Say hello world
-