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 Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_HelloWorldBuilder_DescriptorImpl_DisplayName()
KeyHelloWorldBuilder.DescriptorImpl.DisplayName
:Say hello world
.static org.jvnet.localizer.Localizable
_HelloWorldBuilder_DescriptorImpl_errors_missingName()
KeyHelloWorldBuilder.DescriptorImpl.errors.missingName
:Please set a name
.static org.jvnet.localizer.Localizable
_HelloWorldBuilder_DescriptorImpl_warnings_reallyFrench()
KeyHelloWorldBuilder.DescriptorImpl.warnings.reallyFrench
:Are you actually French?
.static org.jvnet.localizer.Localizable
_HelloWorldBuilder_DescriptorImpl_warnings_tooShort()
KeyHelloWorldBuilder.DescriptorImpl.warnings.tooShort
:Isn't the name too short?
.static String
HelloWorldBuilder_DescriptorImpl_DisplayName()
KeyHelloWorldBuilder.DescriptorImpl.DisplayName
:Say hello world
.static String
HelloWorldBuilder_DescriptorImpl_errors_missingName()
KeyHelloWorldBuilder.DescriptorImpl.errors.missingName
:Please set a name
.static String
HelloWorldBuilder_DescriptorImpl_warnings_reallyFrench()
KeyHelloWorldBuilder.DescriptorImpl.warnings.reallyFrench
:Are you actually French?
.static String
HelloWorldBuilder_DescriptorImpl_warnings_tooShort()
KeyHelloWorldBuilder.DescriptorImpl.warnings.tooShort
:Isn't the name too short?
.
-
-
-
Method Detail
-
HelloWorldBuilder_DescriptorImpl_errors_missingName
public static String 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
public static String 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
public static String 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
public static String 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
-
-